diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2023-04-14 11:24:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 10:24:06 +0100 |
commit | 4af0aec54dad261bcad240d8a878a1c16934e77c (patch) | |
tree | c8e023200f1f8dece987093aff64dbd80c261155 /docs | |
parent | Remove registration fallback code. (#15405) (diff) | |
download | synapse-4af0aec54dad261bcad240d8a878a1c16934e77c.tar.xz |
Load `/directory/room/{roomAlias}` endpoint on workers (#15333)
* Enable `directory` * move to worker store * newsfile * disable `ClientDirectoryListServer` and `ClientAppserviceDirectoryListServer` for workers
Diffstat (limited to 'docs')
-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 e9a477d32c..cb2333e4a5 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -234,6 +234,7 @@ information. ^/_matrix/client/(api/v1|r0|v3|unstable/.*)/rooms/.*/aliases ^/_matrix/client/(api/v1|r0|v3|unstable)/search$ ^/_matrix/client/(r0|v3|unstable)/user/.*/filter(/|$) + ^/_matrix/client/(api/v1|r0|v3|unstable)/directory/room/.*$ # Encryption requests ^/_matrix/client/(r0|v3|unstable)/keys/query$ |