diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-12-15 18:13:58 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-12-15 18:16:10 +0000 |
commit | edc6a1e4f94db88b6d706758d5e1db2230f32a48 (patch) | |
tree | 6f863db7b87d3ecc28fa2cd9dc7b68350ce10b4b /synapse/handlers | |
parent | Merge pull request #1698 from matrix-org/erikj/room_list (diff) | |
download | synapse-edc6a1e4f94db88b6d706758d5e1db2230f32a48.tar.xz |
Add some logging for syncing to_device events
Attempt to track down the loss of to_device events (https://github.com/vector-im/riot-web/issues/2711 etc).
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/sync.py | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py |