mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 11:07:40 +08:00
fix mute all.
This commit is contained in:
parent
31525acf97
commit
32a3570b09
@ -933,7 +933,7 @@ func (c *QQClient) buildGroupMuteAllPacket(groupCode int64, mute bool) (uint16,
|
|||||||
StGroupInfo: &oidb.D89AGroupinfo{
|
StGroupInfo: &oidb.D89AGroupinfo{
|
||||||
ShutupTime: &oidb.D89AGroupinfo_Val{Val: func() int32 {
|
ShutupTime: &oidb.D89AGroupinfo_Val{Val: func() int32 {
|
||||||
if mute {
|
if mute {
|
||||||
return 1
|
return 268435455
|
||||||
}
|
}
|
||||||
return 0
|
return 0
|
||||||
}()},
|
}()},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user