mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-24 23:20:09 +08:00
Fix ForceAsLongMessage
This commit is contained in:
parent
e4d3a17281
commit
60190d373c
@ -83,7 +83,7 @@ internal abstract class SendMessageHandler<C : Contact> {
|
||||
// 只需要在第一次发送的时候验证长度
|
||||
// 后续重试直接跳过
|
||||
if (contains(ForceAsLongMessage)) {
|
||||
sendLongImpl()
|
||||
return sendLongImpl()
|
||||
}
|
||||
|
||||
if (!contains(IgnoreLengthCheck)) {
|
||||
|
Loading…
Reference in New Issue
Block a user