Fix build

This commit is contained in:
Him188 2020-04-24 09:13:58 +08:00
parent 331d9d5e3f
commit b0fbb10150

View File

@ -613,7 +613,7 @@ internal abstract class QQAndroidBotBase constructor(
response.proto.msgSig,
MiraiPlatformUtils.md5(body),
body.toReadPacket(),
body.size.toLongUnsigned(),
body.size.toLong().and(0xFFFF_FFFF), // don't use toLongUnsigned: Overload resolution ambiguity
"group long message",
27
)