0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-08 02:45:45 +02:00
synapse/changelog.d/7716.feature
Brendan Abolivier 5a5cf6460e
Fix unread counts in sync
* Always return an unread_count in get_unread_event_push_actions_by_room_for_user
* Don't always expect unread_count to be there so we don't take out sync entirely if something goes wrong
2020-06-17 15:10:44 +01:00

1 line
151 B
Gherkin

Add a per-room counter for unread messages in responses to `/sync` requests. Implements [MSC2625](https://github.com/matrix-org/matrix-doc/pull/2625).