diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-03-08 07:51:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 07:51:34 -0500 |
commit | f4fc83ac755b8b06ecab1a31592308b03f8d2a5e (patch) | |
tree | f278c6b9976a5e5e41c6313ec8d50705f3152bbc /docs/workers.md | |
parent | More speedups/fixes to creating batched events (#15195) (diff) | |
download | synapse-f4fc83ac755b8b06ecab1a31592308b03f8d2a5e.tar.xz |
Add a missing endpoint to the workers documentation. (#15223)
Diffstat (limited to '')
-rw-r--r-- | docs/workers.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md index fa536cd310..e0e99b4453 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -231,6 +231,7 @@ information. ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/event/ ^/_matrix/client/(api/v1|r0|v3|unstable)/joined_rooms$ ^/_matrix/client/v1/rooms/.*/timestamp_to_event$ + ^/_matrix/client/(api/v1|r0|v3|unstable/.*)/rooms/.*/aliases ^/_matrix/client/(api/v1|r0|v3|unstable)/search$ ^/_matrix/client/(r0|v3|unstable)/user/.*/filter(/|$) |