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
|