summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-10-04 10:46:42 -0400
committerGitHub <noreply@github.com>2022-10-04 10:46:42 -0400
commita7ba457b2b967ca098792d742bc304604b1824b7 (patch)
tree28005583648a4a6d9bcf23e72ecb1329df456cdc /changelog.d
parentMerge tag 'v1.69.0rc1' into develop (diff)
downloadsynapse-a7ba457b2b967ca098792d742bc304604b1824b7.tar.xz
Mark events as read using threaded read receipts from MSC3771. (#13877)
Applies the proper logic for unthreaded and threaded receipts to either
apply to all events in the room or only events in the same thread, respectively.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13877.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13877.feature b/changelog.d/13877.feature
new file mode 100644
index 0000000000..d0cb902dff
--- /dev/null
+++ b/changelog.d/13877.feature
@@ -0,0 +1 @@
+Experimental support for thread-specific receipts ([MSC3771](https://github.com/matrix-org/matrix-spec-proposals/pull/3771)).