forked from MirrorHub/synapse
Remember to pick is_admin out of the db
This commit is contained in:
parent
5561c09091
commit
38b265cb51
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class GroupServerStore(SQLBaseStore):
|
|||
return self._simple_select_list(
|
||||
table="group_users",
|
||||
keyvalues=keyvalues,
|
||||
retcols=("user_id", "is_public",),
|
||||
retcols=("user_id", "is_public", "is_admin",),
|
||||
desc="get_users_in_group",
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue