mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-12 14:00:12 +08:00
Fix build
This commit is contained in:
parent
f9a296331d
commit
c1e7b55910
@ -77,7 +77,7 @@ internal class QQImpl(
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated("for binary compatibility", level = DeprecationLevel.HIDDEN)
|
@Deprecated("for binary compatibility", level = DeprecationLevel.HIDDEN)
|
||||||
override suspend fun sendMessage(message: MessageChain) {
|
override suspend fun sendMessage(message: MessageChain): MessageReceipt<QQ> {
|
||||||
return this.sendMessage(message as Message)
|
return this.sendMessage(message as Message)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user