summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-06-06 07:18:04 -0400
committerGitHub <noreply@github.com>2022-06-06 07:18:04 -0400
commit1acc897c317f2ed66c28a0cc27b6c584b8afdd6a (patch)
tree4b6994064bdcb11d2a674200e7db5c7ce1ba17b8 /changelog.d
parentAllow updating passwords using the admin api without logging out devices (#12... (diff)
downloadsynapse-1acc897c317f2ed66c28a0cc27b6c584b8afdd6a.tar.xz
Implement MSC3816, consider the root event for thread participation. (#12766)
As opposed to only considering a user to have "participated" if they
replied to the thread.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12766.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12766.bugfix b/changelog.d/12766.bugfix
new file mode 100644
index 0000000000..912c3deb70
--- /dev/null
+++ b/changelog.d/12766.bugfix
@@ -0,0 +1 @@
+Implement [MSC3816](https://github.com/matrix-org/matrix-spec-proposals/pull/3816): sending the root event in a thread should count as "participated" in it.