mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-04 08:10:47 -05:00
Merge pull request #597 from Rugvip/account-data-sync
handlers/sync: fix SyncResult not counting account_data change when converting to bool
This commit is contained in:
commit
8fe3b450d2
@ -121,7 +121,7 @@ class SyncResult(collections.namedtuple("SyncResult", [
|
||||
events.
|
||||
"""
|
||||
return bool(
|
||||
self.presence or self.joined or self.invited or self.archived
|
||||
self.presence or self.joined or self.invited or self.archived or self.account_data
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user