diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-07-29 18:31:03 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-07-29 18:31:03 +0100 |
commit | f23c77389d1eddd14b132ea6f8b5bc013f87d7a6 (patch) | |
tree | c04a4144e6e29b6f78d51bd4510d89cb8921049a | |
parent | Re-implement unread counts (#7736) (diff) | |
download | synapse-f23c77389d1eddd14b132ea6f8b5bc013f87d7a6.tar.xz |
Add MSC reference to changelog for #7736
-rw-r--r-- | changelog.d/7736.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/7736.feature b/changelog.d/7736.feature index c97864677a..feb02be234 100644 --- a/changelog.d/7736.feature +++ b/changelog.d/7736.feature @@ -1 +1 @@ -Add unread messages count to sync responses. +Add unread messages count to sync responses, as specified in [MSC2654](https://github.com/matrix-org/matrix-doc/pull/2654). |