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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/15333.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15333.feature b/changelog.d/15333.feature new file mode 100644 index 0000000000..35ea89ad89 --- /dev/null +++ b/changelog.d/15333.feature @@ -0,0 +1 @@ +Allow loading `/directory/room/{roomAlias}` endpoint on workers. \ No newline at end of file |