diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-10-14 07:16:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-14 07:16:50 -0400 |
commit | c3e4edb4d6ba33383bc056e3ff22b2d034d3e248 (patch) | |
tree | 1130f6fd038f3d3412d811a1bb2e6d53a424c203 /changelog.d | |
parent | Properly invalidate get_thread_id cache. (#14163) (diff) | |
download | synapse-c3e4edb4d6ba33383bc056e3ff22b2d034d3e248.tar.xz |
Stabilize the threads API. (#14175)
Stabilize the threads API (MSC3856) by supporting (only) the v1 path for the endpoint. This also marks the API as safe for workers since it is a read-only API.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13394.feature | 2 | ||||
-rw-r--r-- | changelog.d/14175.feature | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/13394.feature b/changelog.d/13394.feature index 68de079cf3..df3ce45a76 100644 --- a/changelog.d/13394.feature +++ b/changelog.d/13394.feature @@ -1 +1 @@ -Experimental support for [MSC3856](https://github.com/matrix-org/matrix-spec-proposals/pull/3856): threads list API. +Support for [MSC3856](https://github.com/matrix-org/matrix-spec-proposals/pull/3856): threads list API. diff --git a/changelog.d/14175.feature b/changelog.d/14175.feature new file mode 100644 index 0000000000..df3ce45a76 --- /dev/null +++ b/changelog.d/14175.feature @@ -0,0 +1 @@ +Support for [MSC3856](https://github.com/matrix-org/matrix-spec-proposals/pull/3856): threads list API. |