mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:56:07 -04:00
Only return new device messages in /sync
This commit is contained in:
parent
2aa39db681
commit
65fa37ac5e
2 changed files with 6 additions and 4 deletions
|
@ -576,7 +576,7 @@ class SyncHandler(object):
|
|||
|
||||
logger.debug("Getting messages up to %d", now_token.to_device_key)
|
||||
messages, stream_id = yield self.store.get_new_messages_for_device(
|
||||
user_id, device_id, now_token.to_device_key
|
||||
user_id, device_id, since_stream_id, now_token.to_device_key
|
||||
)
|
||||
logger.debug("Got messages up to %d: %r", stream_id, messages)
|
||||
sync_result_builder.now_token = now_token.copy_and_replace(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue