diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-06-17 15:10:09 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-06-17 15:10:44 +0100 |
commit | 5a5cf6460ec4b4bb3a07813c36717b5a8d4a697c (patch) | |
tree | 0e17cd8dd2c84fa8eb3cfae80ca6790bfdb1d725 /changelog.d | |
parent | Ignore the UI Auth sessions when porting from sqlite to postgresql (#7711) (diff) | |
download | synapse-5a5cf6460ec4b4bb3a07813c36717b5a8d4a697c.tar.xz |
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
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7716.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7716.feature b/changelog.d/7716.feature new file mode 100644 index 0000000000..ecc3ffd8d5 --- /dev/null +++ b/changelog.d/7716.feature @@ -0,0 +1 @@ +Add a per-room counter for unread messages in responses to `/sync` requests. Implements [MSC2625](https://github.com/matrix-org/matrix-doc/pull/2625). |