mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-09 18:00:33 +08:00
Fix build
This commit is contained in:
parent
83f721c59a
commit
9531ed8a01
@ -568,7 +568,7 @@ internal abstract class QQAndroidBotBase constructor(
|
|||||||
network.run {
|
network.run {
|
||||||
val data = message.calculateValidationDataForGroup(
|
val data = message.calculateValidationDataForGroup(
|
||||||
sequenceId = sequenceId,
|
sequenceId = sequenceId,
|
||||||
random = Random.nextInt().absoluteValue.toUInt(),
|
random = Random.nextInt().absoluteValue,
|
||||||
groupCode = groupCode
|
groupCode = groupCode
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user