mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-22 14:19:28 +00:00
Added character information passthrough to update_groups, also enabled per corp groups in TS3
This commit is contained in:
@@ -94,7 +94,7 @@ class JabberService(BaseService):
|
||||
|
||||
return grouplist
|
||||
|
||||
def update_groups(self, uid, groups):
|
||||
def update_groups(self, uid, groups, character=None):
|
||||
username, server = uid.split("@")
|
||||
|
||||
current_groups = self.get_group_list(uid)
|
||||
|
||||
Reference in New Issue
Block a user