mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-18 16:09:14 -04:00
Wake sync up for device changes
This commit is contained in:
parent
bd84387ac6
commit
6d6591880e
1 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,8 @@ class SyncResult(collections.namedtuple("SyncResult", [
|
||||||
self.invited or
|
self.invited or
|
||||||
self.archived or
|
self.archived or
|
||||||
self.account_data or
|
self.account_data or
|
||||||
self.to_device
|
self.to_device or
|
||||||
|
self.device_lists
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue