Skip to content
Snippets Groups Projects
Commit 5b48eec4 authored by Luke Barnard's avatar Luke Barnard
Browse files

Make sure we check AS groups for lookup on bulk

parent b1edf260
No related branches found
No related tags found
No related merge requests found
......@@ -421,4 +421,9 @@ class GroupsLocalHandler(object):
uid
)
# Check AS associated groups for this user - this depends on the
# RegExps in the AS registration file (under `users`)
for app_service in self.store.get_app_services():
results[uid].extend(app_service.get_groups_for_user(uid))
defer.returnValue({"users": results})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment