mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 05:49:27 -05:00
Typo. ARGH.
This commit is contained in:
parent
24d894e2e2
commit
2d520a9826
@ -189,7 +189,7 @@ class UserDirectoyHandler(object):
|
|||||||
room_id,
|
room_id,
|
||||||
user_ids=user_ids - self.initially_handled_users_in_public
|
user_ids=user_ids - self.initially_handled_users_in_public
|
||||||
)
|
)
|
||||||
self.initially_handled_users_in_public != user_ids
|
self.initially_handled_users_in_public |= user_ids
|
||||||
|
|
||||||
# We now go and figure out the new users who share rooms with user entries
|
# We now go and figure out the new users who share rooms with user entries
|
||||||
# We sleep aggressively here as otherwise it can starve resources.
|
# We sleep aggressively here as otherwise it can starve resources.
|
||||||
|
Loading…
Reference in New Issue
Block a user