1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 21:23:55 +08:00

Fix mute all not working; Fix

This commit is contained in:
Karlatemp 2021-04-09 19:19:03 +08:00
parent 8d3a4fbf5b
commit 509c0d3d06
No known key found for this signature in database
GPG Key ID: 21FBDDF664FF06F8

View File

@ -225,7 +225,7 @@ internal class TroopManagement {
groupCode: Long,
switch: Boolean
): OutgoingPacket = impl(client, groupCode) {
shutupTime = if (switch) 1 else 0
shutupTime = if (switch) 0x0FFFFFFF else 0
}
private inline fun impl(