mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Check correct variable
This commit is contained in:
parent
21b977ccfe
commit
097330bae8
@ -236,7 +236,7 @@ class PresenceHandler(object):
|
||||
unpersisted = self.unpersisted_users_changes
|
||||
self.unpersisted_users_changes = set()
|
||||
|
||||
if self.unpersisted_users_changes:
|
||||
if unpersisted:
|
||||
yield self.store.update_presence([
|
||||
self.user_to_current_state[user_id]
|
||||
for user_id in unpersisted
|
||||
|
Loading…
Reference in New Issue
Block a user