瀏覽代碼

Handle /notifications endpoint via workers

Related to https://github.com/matrix-org/synapse/pull/16265
pull/2885/head
Slavi Pantaleev 2 年之前
父節點
當前提交
ef90142720
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      roles/custom/matrix-synapse/vars/main.yml

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

@@ -170,6 +170,7 @@ matrix_synapse_workers_generic_worker_endpoints:
- ^/_matrix/client/(r0|v3|unstable)/user/.*/filter(/|$)
- ^/_matrix/client/(api/v1|r0|v3|unstable)/directory/room/.*$
- ^/_matrix/client/(r0|v3|unstable)/capabilities$
- ^/_matrix/client/(r0|v3|unstable)/notifications$

# Encryption requests
# Note that ^/_matrix/client/(r0|v3|unstable)/keys/upload/ requires `worker_main_http_uri`


Loading…
取消
儲存