ソースを参照

Run `workers-doc-to-yaml.sh`

1472958e25 reverted some of the v3 changes. I'm not sure why. Running the `workers-doc-to-yaml.sh` script now puts them back 🤷‍♂️.
pull/1443/head
Aaron Raimist 4年前
コミット
0071828503
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 37419210002890EF
1個のファイルの変更5行の追加5行の削除
  1. +5
    -5
      roles/matrix-synapse/vars/workers.yml

+ 5
- 5
roles/matrix-synapse/vars/workers.yml ファイルの表示

@@ -5,10 +5,10 @@ matrix_synapse_workers_generic_worker_endpoints:
# expressions:

# Sync requests
- ^/_matrix/client/(v2_alpha|r0)/sync$
- ^/_matrix/client/(api/v1|v2_alpha|r0)/events$
- ^/_matrix/client/(api/v1|r0)/initialSync$
- ^/_matrix/client/(api/v1|r0)/rooms/[^/]+/initialSync$
- ^/_matrix/client/(v2_alpha|r0|v3)/sync$
- ^/_matrix/client/(api/v1|v2_alpha|r0|v3)/events$
- ^/_matrix/client/(api/v1|r0|v3)/initialSync$
- ^/_matrix/client/(api/v1|r0|v3)/rooms/[^/]+/initialSync$

# Federation requests
- ^/_matrix/federation/v1/event/
@@ -63,7 +63,7 @@ matrix_synapse_workers_generic_worker_endpoints:

# Registration/login requests
- ^/_matrix/client/(api/v1|r0|v3|unstable)/login$
- ^/_matrix/client/(r0|unstable)/register$
- ^/_matrix/client/(r0|v3|unstable)/register$
- ^/_matrix/client/unstable/org.matrix.msc3231/register/org.matrix.msc3231.login.registration_token/validity$

# Event sending requests


読み込み中…
キャンセル
保存