This commit is contained in:
ryoii 2020-05-07 21:44:01 +08:00
parent 8a6f306cdb
commit 869d2fafd6

View File

@ -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