diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-06-17 10:58:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 10:58:32 +0100 |
commit | 46613aaf794e11a23e22bcf325ff8b3c41e482f2 (patch) | |
tree | 88acf7730dfe96881809fc5985174ab1790aa596 /changelog.d | |
parent | fix broken link in sample config (#7712) (diff) | |
parent | Merge branch 'develop' into babolivier/mark_unread (diff) | |
download | synapse-46613aaf794e11a23e22bcf325ff8b3c41e482f2.tar.xz |
Implement unread counter (MSC2625) (#7673)
Implementation of https://github.com/matrix-org/matrix-doc/pull/2625
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7673.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7673.feature b/changelog.d/7673.feature new file mode 100644 index 0000000000..ecc3ffd8d5 --- /dev/null +++ b/changelog.d/7673.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). |