Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 9483cb6

Browse files
committed
Document more supported endpoints for workers (#6698)
* commit '47f4f493f': Document more supported endpoints for workers (#6698)
2 parents 262d78a + 47f4f49 commit 9483cb6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

changelog.d/6698.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add more endpoints to the documentation for Synapse workers.

docs/workers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,11 @@ endpoints matching the following regular expressions:
168168
^/_matrix/federation/v1/make_join/
169169
^/_matrix/federation/v1/make_leave/
170170
^/_matrix/federation/v1/send_join/
171+
^/_matrix/federation/v2/send_join/
171172
^/_matrix/federation/v1/send_leave/
173+
^/_matrix/federation/v2/send_leave/
172174
^/_matrix/federation/v1/invite/
175+
^/_matrix/federation/v2/invite/
173176
^/_matrix/federation/v1/query_auth/
174177
^/_matrix/federation/v1/event_auth/
175178
^/_matrix/federation/v1/exchange_third_party_invite/
@@ -288,6 +291,7 @@ file. For example:
288291
Handles some event creation. It can handle REST endpoints matching:
289292

290293
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/send
294+
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state/
291295
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/(join|invite|leave|ban|unban|kick)$
292296
^/_matrix/client/(api/v1|r0|unstable)/join/
293297
^/_matrix/client/(api/v1|r0|unstable)/profile/

0 commit comments

Comments
 (0)