Commit b0fbb101 authored by Him188's avatar Him188

Fix build

parent 331d9d5e
......@@ -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
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment