Skip to content

Commit

Permalink
Move /createRoom to the event_creator worker
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Sep 3, 2021
1 parent d504a5f commit 0099467
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 @@ -1319,6 +1319,7 @@ sub generate_haproxy_map
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/(join|invite|leave|ban|unban|kick)$ event_creator
^/_matrix/client/(api/v1|r0|unstable)/join/ event_creator
^/_matrix/client/(api/v1|r0|unstable)/profile/ event_creator
^/_matrix/client/(api/v1|r0|unstable)/createRoom event_creator
EOCONFIG

Expand Down

0 comments on commit 0099467

Please sign in to comment.