Skip to content

Commit

Permalink
Add /filter to client_reader (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
reivilibre authored Feb 28, 2023
1 parent 1719604 commit 169fb03
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 @@ -1301,6 +1301,7 @@ sub generate_haproxy_map
^/_matrix/client/(api/v1|r0|v3|unstable)/joined_rooms client_reader
^/_matrix/client/(api/v1|r0|v3|unstable/.*)/rooms/.*/aliases client_reader
^/_matrix/client/(api/v1|r0|v3|unstable)/search client_reader
^/_matrix/client/(r0|v3|unstable)/user/.*/filter(/|$) client_reader
^/_matrix/client/(api/v1|r0|v3|unstable)/devices$ stream_writer
^/_matrix/client/(api/v1|r0|v3|unstable)/keys/query$ stream_writer
Expand Down

0 comments on commit 169fb03

Please sign in to comment.