diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-09-29 07:07:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 07:07:31 -0400 |
commit | 568016929f3d22f632cb9145429fa45754a8d59f (patch) | |
tree | 720c13e45164e13d46974fee91bd4525e7a5e6df /changelog.d | |
parent | Always send default and rule_id to clients (#13904) (diff) | |
download | synapse-568016929f3d22f632cb9145429fa45754a8d59f.tar.xz |
Clarify that a method returns only unthreaded receipts. (#13937)
By renaming it and updating the docstring. Additionally, refactors a method which is used only by tests.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13937.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13937.feature b/changelog.d/13937.feature new file mode 100644 index 0000000000..d0cb902dff --- /dev/null +++ b/changelog.d/13937.feature @@ -0,0 +1 @@ +Experimental support for thread-specific receipts ([MSC3771](https://github.com/matrix-org/matrix-spec-proposals/pull/3771)). |