mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-23 22:00:10 +08:00
Fix build
This commit is contained in:
parent
331d9d5e3f
commit
b0fbb10150
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user