From 1acc897c317f2ed66c28a0cc27b6c584b8afdd6a Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Mon, 6 Jun 2022 07:18:04 -0400 Subject: 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. --- changelog.d/12766.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12766.bugfix (limited to 'changelog.d/12766.bugfix') 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. -- cgit 1.5.1