mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 21:54:53 -04:00
Comments
This commit is contained in:
parent
a158c36a8a
commit
da146657c9
2 changed files with 4 additions and 2 deletions
|
@ -832,8 +832,8 @@ class SyncHandler(object):
|
|||
|
||||
@defer.inlineCallbacks
|
||||
def _have_rooms_changed(self, sync_result_builder):
|
||||
"""Returns whether any rooms have changed since the sync. Must be an
|
||||
incremental sync
|
||||
"""Returns whether there may be any new events that should be sent down
|
||||
the sync. Returns True if there are.
|
||||
"""
|
||||
user_id = sync_result_builder.sync_config.user.to_string()
|
||||
since_token = sync_result_builder.since_token
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue