Added details to syncgroup cache

This commit is contained in:
Raynaldo Rivera 2014-11-22 21:13:11 -07:00
parent e8f788c278
commit 7b89f34a1a

View File

@ -18,6 +18,7 @@ def update_jabber_groups(user):
syncgroups = SyncGroupCache.objects.filter(user=user)
authserviceinfo = AuthServicesInfo.objects.get(user=user)
groups = []
print groups
for syncgroup in syncgroups:
groups.append(str(syncgroup.groupname))