From c6d8a68e7774f2b9c9b61a0efc2f7521554d6ab5 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 16 Jul 2024 17:54:28 +0300 Subject: [PATCH] Add additional media repository prefix paths to matrix_synapse_workers_media_repository_endpoints Related to https://github.com/element-hq/synapse/pull/17421 --- roles/custom/matrix-synapse/vars/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/custom/matrix-synapse/vars/main.yml b/roles/custom/matrix-synapse/vars/main.yml index 3bc77d019..c25f30fe7 100644 --- a/roles/custom/matrix-synapse/vars/main.yml +++ b/roles/custom/matrix-synapse/vars/main.yml @@ -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: