Security Update

Fix modifyGroupMemberList ASAP
This commit is contained in:
SuperSonic 2020-03-14 13:02:27 +08:00 committed by GitHub
parent 107ae56f88
commit 20c4b970e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -269,7 +269,7 @@ class Yuuki_DynamicTools:
helper = self.Yuuki.MyMID
actions_func = {
1: self.getClient(helper).cancelGroupInvitation,
1: self.getClient(helper).kickoutFromGroup,
2: self.getClient(helper).cancelGroupInvitation
}
Limit = self.Yuuki.data.getData(["LimitInfo", actions[action], helper])