Skip to content

Commit

Permalink
Add the new Matrix v1.11 media worker endpoints (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored Oct 14, 2024
1 parent 91a3ab3 commit 11e7477
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/SyTest/Homeserver/Synapse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,8 @@ sub generate_haproxy_map
^/_matrix/client/(api/v1|r0|v3)/rooms/[^/]+/initialSync$ synchrotron
^/_matrix/media/ media_repository
^/_matrix/client/v1/media/.*$ media_repository
^/_matrix/federation/v1/media/.*$ media_repository
^/_synapse/admin/v1/purge_media_cache$ media_repository
^/_synapse/admin/v1/room/.*/media.*$ media_repository
^/_synapse/admin/v1/user/.*/media.*$ media_repository
Expand Down

0 comments on commit 11e7477

Please sign in to comment.