mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-21 07:56:56 +08:00
修复默认情况下移除群成员即拉黑的问题
This commit is contained in:
parent
0c6115dcf3
commit
615092e80b
@ -206,7 +206,7 @@ internal class TroopManagement {
|
||||
Oidb0x8a0.KickMemberInfo(
|
||||
optUint32Operate = 5,
|
||||
optUint64MemberUin = member.id,
|
||||
optUint32Flag = 1//或者0
|
||||
optUint32Flag = 0
|
||||
)
|
||||
),
|
||||
kickMsg = message.toByteArray()
|
||||
|
Loading…
Reference in New Issue
Block a user