summary refs log tree commit diff
path: root/develop/workers.html
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2022-06-01 13:42:02 +0000
committerclokep <clokep@users.noreply.github.com>2022-06-01 13:42:02 +0000
commitdafa4dc24f9fa11efafbc74d5b2d8cd34989912b (patch)
tree588f98ec1062f646fe82f1e2a2c19ab9cc39ebec /develop/workers.html
parentdeploy: 2fc787c341ff540e5880932f116498ec0ed7a2c2 (diff)
downloadsynapse-dafa4dc24f9fa11efafbc74d5b2d8cd34989912b.tar.xz
deploy: 7bc08f320147a1d80371eb13258328c88073fad0
Diffstat (limited to 'develop/workers.html')
-rw-r--r--develop/workers.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/develop/workers.html b/develop/workers.html
index be2607a00f..c46eff687c 100644
--- a/develop/workers.html
+++ b/develop/workers.html
@@ -305,7 +305,6 @@ information.</p>
 ^/_matrix/federation/v1/event_auth/
 ^/_matrix/federation/v1/exchange_third_party_invite/
 ^/_matrix/federation/v1/user/devices/
-^/_matrix/federation/v1/get_groups_publicised$
 ^/_matrix/key/v2/query
 ^/_matrix/federation/v1/hierarchy/
 
@@ -327,9 +326,6 @@ information.</p>
 ^/_matrix/client/(r0|v3|unstable)/devices$
 ^/_matrix/client/versions$
 ^/_matrix/client/(api/v1|r0|v3|unstable)/voip/turnServer$
-^/_matrix/client/(r0|v3|unstable)/joined_groups$
-^/_matrix/client/(r0|v3|unstable)/publicised_groups$
-^/_matrix/client/(r0|v3|unstable)/publicised_groups/
 ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/event/
 ^/_matrix/client/(api/v1|r0|v3|unstable)/joined_rooms$
 ^/_matrix/client/(api/v1|r0|v3|unstable)/search$
@@ -368,9 +364,7 @@ information.</p>
 ^/_matrix/client/(r0|v3|unstable)/user_directory/search$
 </code></pre>
 <p>Additionally, the following REST endpoints can be handled for GET requests:</p>
-<pre><code>^/_matrix/federation/v1/groups/
-^/_matrix/client/(api/v1|r0|v3|unstable)/pushrules/
-^/_matrix/client/(r0|v3|unstable)/groups/
+<pre><code>^/_matrix/client/(api/v1|r0|v3|unstable)/pushrules/
 </code></pre>
 <p>Pagination requests can also be handled, but all requests for a given
 room must be routed to the same instance. Additionally, care must be taken to