diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-07-01 11:08:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 11:08:25 +0100 |
commit | 74d3e177f0443f27e670f0b99299d715c58fd238 (patch) | |
tree | b55a6e76b5a06f031f3f331875ad7ccd6be3286e /changelog.d | |
parent | Additional configuration options for auto-join rooms (#7763) (diff) | |
download | synapse-74d3e177f0443f27e670f0b99299d715c58fd238.tar.xz |
Back out MSC2625 implementation (#7761)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7673.feature | 1 | ||||
-rw-r--r-- | changelog.d/7716.feature | 1 | ||||
-rw-r--r-- | changelog.d/7761.feature | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/changelog.d/7673.feature b/changelog.d/7673.feature deleted file mode 100644 index ecc3ffd8d5..0000000000 --- a/changelog.d/7673.feature +++ /dev/null @@ -1 +0,0 @@ -Add a per-room counter for unread messages in responses to `/sync` requests. Implements [MSC2625](https://github.com/matrix-org/matrix-doc/pull/2625). diff --git a/changelog.d/7716.feature b/changelog.d/7716.feature deleted file mode 100644 index ecc3ffd8d5..0000000000 --- a/changelog.d/7716.feature +++ /dev/null @@ -1 +0,0 @@ -Add a per-room counter for unread messages in responses to `/sync` requests. Implements [MSC2625](https://github.com/matrix-org/matrix-doc/pull/2625). diff --git a/changelog.d/7761.feature b/changelog.d/7761.feature new file mode 100644 index 0000000000..c97864677a --- /dev/null +++ b/changelog.d/7761.feature @@ -0,0 +1 @@ +Add unread messages count to sync responses. |