diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-06-17 15:44:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 15:44:15 +0100 |
commit | e35d44c01d4c166f573a4d8d978586d3785e5e77 (patch) | |
tree | df037362238c6a1dd84553430a21928cd166c3d1 /synapse | |
parent | Convert the typing handler to async/await. (#7679) (diff) | |
parent | Fix unread counts in sync (diff) | |
download | synapse-e35d44c01d4c166f573a4d8d978586d3785e5e77.tar.xz |
Merge pull request #7716 from matrix-org/babolivier/unread_fix
Fix unread counts in sync
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/push/push_tools.py | 2 | ||||
-rw-r--r-- | synapse/storage/data_stores/main/event_push_actions.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/synapse/push/push_tools.py b/synapse/push/push_tools.py |