mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
fix
This commit is contained in:
parent
1b77bd69fb
commit
78a6b950b3
@ -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…
Reference in New Issue
Block a user