mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-26 15:40:14 +08:00
Fix #309
This commit is contained in:
parent
8a6f306cdb
commit
869d2fafd6
@ -52,7 +52,7 @@ internal class NewContact {
|
|||||||
struct.msgSeq,
|
struct.msgSeq,
|
||||||
msgAdditional,
|
msgAdditional,
|
||||||
struct.reqUin,
|
struct.reqUin,
|
||||||
Group.calculateGroupUinByGroupCode(groupCode),
|
groupCode,
|
||||||
reqUinNick
|
reqUinNick
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@ -143,7 +143,7 @@ internal class NewContact {
|
|||||||
bot,
|
bot,
|
||||||
struct.msgSeq,
|
struct.msgSeq,
|
||||||
actionUin,
|
actionUin,
|
||||||
Group.calculateGroupUinByGroupCode(groupCode),
|
groupCode,
|
||||||
groupName,
|
groupName,
|
||||||
actionUinNick
|
actionUinNick
|
||||||
)
|
)
|
||||||
@ -155,7 +155,7 @@ internal class NewContact {
|
|||||||
struct.msgSeq,
|
struct.msgSeq,
|
||||||
msgAdditional,
|
msgAdditional,
|
||||||
struct.reqUin,
|
struct.reqUin,
|
||||||
Group.calculateGroupUinByGroupCode(groupCode),
|
groupCode,
|
||||||
groupName,
|
groupName,
|
||||||
reqUinNick
|
reqUinNick
|
||||||
)
|
)
|
||||||
@ -185,7 +185,7 @@ internal class NewContact {
|
|||||||
true -> 11 // accept
|
true -> 11 // accept
|
||||||
false -> 12 // reject
|
false -> 12 // reject
|
||||||
},
|
},
|
||||||
groupCode = Group.calculateGroupCodeByGroupUin(event.groupId),
|
groupCode = event.groupId,
|
||||||
msg = "",
|
msg = "",
|
||||||
remark = "",
|
remark = "",
|
||||||
blacklist = blackList
|
blacklist = blackList
|
||||||
|
Loading…
Reference in New Issue
Block a user