Commit 928c91a0 authored by Him188's avatar Him188 Committed by GitHub

Merge pull request #477 from Mrs4s/dev

fix mamoe/mirai#472: group.quit() not working
parents 30e20da4 97d335bc
...@@ -50,8 +50,7 @@ internal class ProfileService { ...@@ -50,8 +50,7 @@ internal class ProfileService {
GroupMngReqJce( GroupMngReqJce(
reqtype = 2, reqtype = 2,
uin = client.uin, uin = client.uin,
vecBody = client.uin.shl(32).or(Group.calculateGroupUinByGroupCode(groupCode)) vecBody = client.uin.shl(32).or(groupCode).toByteArray()
.toByteArray() // 这里可能是 code
) )
) )
) )
......
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