mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 22:10:16 +02:00
Added details to syncgroup cache
This commit is contained in:
parent
e8f788c278
commit
7b89f34a1a
@ -18,6 +18,7 @@ def update_jabber_groups(user):
|
|||||||
syncgroups = SyncGroupCache.objects.filter(user=user)
|
syncgroups = SyncGroupCache.objects.filter(user=user)
|
||||||
authserviceinfo = AuthServicesInfo.objects.get(user=user)
|
authserviceinfo = AuthServicesInfo.objects.get(user=user)
|
||||||
groups = []
|
groups = []
|
||||||
|
print groups
|
||||||
for syncgroup in syncgroups:
|
for syncgroup in syncgroups:
|
||||||
groups.append(str(syncgroup.groupname))
|
groups.append(str(syncgroup.groupname))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user