mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-12 01:56:25 +01:00
Added details to syncgroup cache
This commit is contained in:
@@ -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))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user