mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 16:06:52 +00:00
fix
This commit is contained in:
parent
1b77bd69fb
commit
78a6b950b3
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ class UserDirectoryStore(BackgroundUpdateStore):
|
|||
txn,
|
||||
"users_in_public_rooms",
|
||||
keyvalues={"user_id": user_id},
|
||||
values=None,
|
||||
values={},
|
||||
)
|
||||
|
||||
for user_id, other_user_id in user_id_tuples:
|
||||
|
|
Loading…
Add table
Reference in a new issue