mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 09:05:42 +03:00
Route /make_knock
and /send_knock
to workers in Complement docker image (#17195)
This commit is contained in:
parent
fd12003441
commit
7cb3f8a979
2 changed files with 3 additions and 0 deletions
1
changelog.d/17195.misc
Normal file
1
changelog.d/17195.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Route `/make_knock` and `/send_knock` federation APIs to the federation reader worker in Complement test runs.
|
|
@ -211,6 +211,8 @@ WORKERS_CONFIG: Dict[str, Dict[str, Any]] = {
|
|||
"^/_matrix/federation/(v1|v2)/make_leave/",
|
||||
"^/_matrix/federation/(v1|v2)/send_join/",
|
||||
"^/_matrix/federation/(v1|v2)/send_leave/",
|
||||
"^/_matrix/federation/v1/make_knock/",
|
||||
"^/_matrix/federation/v1/send_knock/",
|
||||
"^/_matrix/federation/(v1|v2)/invite/",
|
||||
"^/_matrix/federation/(v1|v2)/query_auth/",
|
||||
"^/_matrix/federation/(v1|v2)/event_auth/",
|
||||
|
|
Loading…
Reference in a new issue