summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-06-17 15:44:15 +0100
committerGitHub <noreply@github.com>2020-06-17 15:44:15 +0100
commite35d44c01d4c166f573a4d8d978586d3785e5e77 (patch)
treedf037362238c6a1dd84553430a21928cd166c3d1 /changelog.d
parentConvert the typing handler to async/await. (#7679) (diff)
parentFix unread counts in sync (diff)
downloadsynapse-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.feature1
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).