summary refs log tree commit diff
path: root/changelog.d/14140.feature
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-10-12 12:15:52 -0400
committerGitHub <noreply@github.com>2022-10-12 12:15:52 -0400
commit87099b6ea5cb48b03d2007c46af80bc3f0767519 (patch)
treea09867b53cdfa4024344ac9da78b24e96cb39a0f /changelog.d/14140.feature
parentBump typing-extensions from 4.1.1 to 4.4.0 (#14134) (diff)
downloadsynapse-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/14140.feature')
-rw-r--r--changelog.d/14140.feature1
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)).