mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 03:34:21 -05:00
Don't send down all ephemeral events
This commit is contained in:
parent
1c5ed2a19b
commit
6900303997
@ -655,7 +655,9 @@ class SyncHandler(object):
|
||||
user_id = sync_result_builder.sync_config.user.to_string()
|
||||
|
||||
now_token, ephemeral_by_room = yield self.ephemeral_by_room(
|
||||
sync_result_builder.sync_config, sync_result_builder.now_token
|
||||
sync_result_builder.sync_config,
|
||||
now_token=sync_result_builder.now_token,
|
||||
since_token=sync_result_builder.since_token,
|
||||
)
|
||||
sync_result_builder.now_token = now_token
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user