mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-24 19:20:30 +08:00
Remove 'inline' on MessageChain.recall due to compilation error
This commit is contained in:
parent
b3af7a14cf
commit
f26e0035b3
@ -201,7 +201,7 @@ public sealed class MessageSource : Message, MessageMetadata, ConstrainSingle {
|
|||||||
*/
|
*/
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
@JvmBlockingBridge
|
@JvmBlockingBridge
|
||||||
public suspend inline fun MessageChain.recall(): Unit = this.source.recall()
|
public suspend fun MessageChain.recall(): Unit = this.source.recall()
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 在一段时间后撤回这条消息.
|
* 在一段时间后撤回这条消息.
|
||||||
|
Loading…
Reference in New Issue
Block a user