Skip to content

Commit

Permalink
Synapse: handle the /account/whoami endpoint on client_reader (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed May 26, 2022
1 parent ea39901 commit 639f7f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/SyTest/Homeserver/Synapse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,8 @@ sub generate_haproxy_map
^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/state$ client_reader
^/_matrix/client/(api/v1|r0|v3|unstable)/login$ client_reader
^/_matrix/client/(api/v1|r0|v3|unstable)/account/3pid$ client_reader
^/_matrix/client/versions$ client_reader
^/_matrix/client/(api/v1|r0|v3|unstable)/account/whoami$ client_reader
^/_matrix/client/versions$ client_reader
^/_matrix/client/(api/v1|r0|v3|unstable)/voip/turnServer$ client_reader
^/_matrix/client/(r0|v3|unstable)/register$ client_reader
^/_matrix/client/(r0|v3|unstable)/auth/.*/fallback/web$ client_reader
Expand Down

0 comments on commit 639f7f1

Please sign in to comment.