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 /changelog.d | |
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 '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). |