diff --git a/lib/SyTest/Homeserver/Synapse.pm b/lib/SyTest/Homeserver/Synapse.pm index 6fe4b02d9..eb39ddd58 100644 --- a/lib/SyTest/Homeserver/Synapse.pm +++ b/lib/SyTest/Homeserver/Synapse.pm @@ -1228,9 +1228,10 @@ sub generate_haproxy_get_map return <<'EOCONFIG'; ^/_matrix/federation/v1/groups/ federation_reader +^/_matrix/client/(api/v1|r0|unstable)/pushrules/ client_reader +^/_matrix/client/(api/v1|r0|unstable)/groups/ client_reader ^/_matrix/client/r0/user/[^/]*/account_data/ client_reader ^/_matrix/client/r0/user/[^/]*/rooms/[^/]*/account_data/ client_reader -^/_matrix/client/(api/v1|r0|unstable)/groups/ client_reader EOCONFIG }