浏览代码

Load `/directory/room/{roomAlias}` endpoint on workers

Related to:

- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2656
- 4af0aec54d
pull/2659/head
Slavi Pantaleev 3 年前
父节点
当前提交
905f0214cd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      roles/custom/matrix-synapse/vars/main.yml

+ 1
- 0
roles/custom/matrix-synapse/vars/main.yml 查看文件

@@ -166,6 +166,7 @@ matrix_synapse_workers_generic_worker_endpoints:
- ^/_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
# Note that ^/_matrix/client/(r0|v3|unstable)/keys/upload/ requires `worker_main_http_uri`


正在加载...
取消
保存