mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-22 12:44:57 -05:00
Return /sync when something under the 'leave' key has changed
This commit is contained in:
parent
d74c4e90d4
commit
acb19068d0
@ -115,7 +115,7 @@ class SyncResult(collections.namedtuple("SyncResult", [
|
|||||||
events.
|
events.
|
||||||
"""
|
"""
|
||||||
return bool(
|
return bool(
|
||||||
self.presence or self.joined or self.invited
|
self.presence or self.joined or self.invited or self.archived
|
||||||
)
|
)
|
||||||
|
|
||||||
GuestRoom = collections.namedtuple("GuestRoom", ("room_id", "membership"))
|
GuestRoom = collections.namedtuple("GuestRoom", ("room_id", "membership"))
|
||||||
|
Loading…
Reference in New Issue
Block a user