Typo. ARGH.

This commit is contained in:
Erik Johnston 2017-06-22 14:42:39 +01:00
parent 24d894e2e2
commit 2d520a9826

View file

@ -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.