Fix ForceAsLongMessage

This commit is contained in:
Him188 2021-01-28 18:55:31 +08:00
parent e4d3a17281
commit 60190d373c

View File

@ -83,7 +83,7 @@ internal abstract class SendMessageHandler<C : Contact> {
// 只需要在第一次发送的时候验证长度
// 后续重试直接跳过
if (contains(ForceAsLongMessage)) {
sendLongImpl()
return sendLongImpl()
}
if (!contains(IgnoreLengthCheck)) {