Skip to content

Commit

Permalink
Add additional media repository prefix paths to matrix_synapse_worker…
Browse files Browse the repository at this point in the history
…s_media_repository_endpoints

Related to element-hq/synapse#17421
  • Loading branch information
spantaleev committed Jul 16, 2024
1 parent 6db0372 commit c6d8a68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/custom/matrix-synapse/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ matrix_synapse_workers_media_repository_endpoints:
# Handles the media repository. It can handle all endpoints starting with:

- ^/_matrix/media/
- ^/_matrix/client/v1/media/
- ^/_matrix/federation/v1/media/

# ... and the following regular expressions matching media-specific administration APIs:

Expand Down

0 comments on commit c6d8a68

Please sign in to comment.