diff options
author | David Baker <dave@matrix.org> | 2015-12-18 17:47:00 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-12-18 17:47:00 +0000 |
commit | 413d0d6a2404c579b1fa39ece9a698f9df8349db (patch) | |
tree | 6664c149a4564e6b649ce2449c984c6a159ba631 /synapse/storage | |
parent | still very WIP, but now sends unread_notifications_count in the room object o... (diff) | |
download | synapse-413d0d6a2404c579b1fa39ece9a698f9df8349db.tar.xz |
Make unread notification count sending work: put the correct count in incremental syncs too, where necessary, and fix silly bugs like only select the event actions for that user...
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/event_actions.py | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/synapse/storage/event_actions.py b/synapse/storage/event_actions.py |