Skip to content

Commit

Permalink
Route /make_knock and /send_knock to workers in Complement docker…
Browse files Browse the repository at this point in the history
… image (#17195)
  • Loading branch information
anoadragon453 authored May 16, 2024
1 parent fd12003 commit 7cb3f8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/17195.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Route `/make_knock` and `/send_knock` federation APIs to the federation reader worker in Complement test runs.
2 changes: 2 additions & 0 deletions docker/configure_workers_and_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@
"^/_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/",
Expand Down

0 comments on commit 7cb3f8a

Please sign in to comment.