diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-05-26 07:10:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 07:10:28 -0400 |
commit | 1885ee011395f9c1f121f8045ac6d47a74c4cc24 (patch) | |
tree | 360ee79ca623b32883d1b05cd43c6466e207a8f6 /docs | |
parent | Avoid attempting to delete push actions for remote users. (#12879) (diff) | |
download | synapse-1885ee011395f9c1f121f8045ac6d47a74c4cc24.tar.xz |
Remove unstable APIs for /hierarchy. (#12851)
Removes the unstable endpoint as well as a duplicated field which was modified during stabilization.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/workers.md b/docs/workers.md index 6a76f43fa1..78973a498c 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -193,7 +193,7 @@ information. ^/_matrix/federation/v1/user/devices/ ^/_matrix/federation/v1/get_groups_publicised$ ^/_matrix/key/v2/query - ^/_matrix/federation/(v1|unstable/org.matrix.msc2946)/hierarchy/ + ^/_matrix/federation/v1/hierarchy/ # Inbound federation transaction request ^/_matrix/federation/v1/send/ @@ -205,8 +205,8 @@ information. ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/context/.*$ ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/members$ ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/state$ - ^/_matrix/client/(v1|unstable/org.matrix.msc2946)/rooms/.*/hierarchy$ - ^/_matrix/client/(v1|unstable/org.matrix.msc2716)/rooms/.*/batch_send$ + ^/_matrix/client/v1/rooms/.*/hierarchy$ + ^/_matrix/client/unstable/org.matrix.msc2716/rooms/.*/batch_send$ ^/_matrix/client/unstable/im.nheko.summary/rooms/.*/summary$ ^/_matrix/client/(r0|v3|unstable)/account/3pid$ ^/_matrix/client/(r0|v3|unstable)/account/whoami$ |