Skip to content

Commit 0099467

Browse files
committed
Move /createRoom to the event_creator worker
1 parent d504a5f commit 0099467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/SyTest/Homeserver/Synapse.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,6 +1319,7 @@ sub generate_haproxy_map
13191319
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/(join|invite|leave|ban|unban|kick)$ event_creator
13201320
^/_matrix/client/(api/v1|r0|unstable)/join/ event_creator
13211321
^/_matrix/client/(api/v1|r0|unstable)/profile/ event_creator
1322+
^/_matrix/client/(api/v1|r0|unstable)/createRoom event_creator
13221323
13231324
EOCONFIG
13241325

0 commit comments

Comments
 (0)