diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-10-12 12:15:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 12:15:52 -0400 |
commit | 87099b6ea5cb48b03d2007c46af80bc3f0767519 (patch) | |
tree | a09867b53cdfa4024344ac9da78b24e96cb39a0f /changelog.d | |
parent | Bump typing-extensions from 4.1.1 to 4.4.0 (#14134) (diff) | |
download | synapse-87099b6ea5cb48b03d2007c46af80bc3f0767519.tar.xz |
Return the main timeline for events which are not part of a thread. (#14140)
Fixes a bug where threaded receipts could not be sent for the main timeline.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14140.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14140.feature b/changelog.d/14140.feature new file mode 100644 index 0000000000..5d0ae16e13 --- /dev/null +++ b/changelog.d/14140.feature @@ -0,0 +1 @@ +Support for thread-specific notifications & receipts ([MSC3771](https://github.com/matrix-org/matrix-spec-proposals/pull/3771) and [MSC3773](https://github.com/matrix-org/matrix-spec-proposals/pull/3773)). |