Route `/make_knock` and `/send_knock` to workers in Complement docker image (#17195)
This commit is contained in:
parent
fd12003441
commit
7cb3f8a979
|
@ -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 New Issue