forked from MirrorHub/synapse
fixup
This commit is contained in:
parent
6f5890b2fa
commit
81d9d1bee6
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ class UserDirectoryStore(SQLBaseStore):
|
||||||
in the given room_id
|
in the given room_id
|
||||||
"""
|
"""
|
||||||
user_ids_share_pub = yield self._simple_select_onecol(
|
user_ids_share_pub = yield self._simple_select_onecol(
|
||||||
table="publicly_visible_users",
|
table="users_in_public_rooms",
|
||||||
keyvalues={"room_id": room_id},
|
keyvalues={"room_id": room_id},
|
||||||
retcol="user_id",
|
retcol="user_id",
|
||||||
desc="get_users_in_dir_due_to_room",
|
desc="get_users_in_dir_due_to_room",
|
||||||
|
|
Loading…
Reference in a new issue