Skip to content

Commit

Permalink
Add /knock endpoint to the event_creator. (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel authored Mar 2, 2023
1 parent 10bbbc0 commit 160dde0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/SyTest/Homeserver/Synapse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1320,6 +1320,7 @@ sub generate_haproxy_map
^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/send event_creator
^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/(join|invite|leave|ban|unban|kick)$ event_creator
^/_matrix/client/(api/v1|r0|v3|unstable)/join/ event_creator
^/_matrix/client/(api/v1|r0|v3|unstable)/knock/ event_creator
^/_matrix/client/(api/v1|r0|v3|unstable)/profile/ event_creator
^/_matrix/client/(api/v1|r0|v3|unstable)/createRoom event_creator
Expand Down

0 comments on commit 160dde0

Please sign in to comment.