From 34b91957f092b9a98b92ec071b73db2c196c52a0 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Wed, 17 Jul 2024 17:54:10 +0300 Subject: [PATCH] Update comment --- roles/custom/matrix-synapse/templates/synapse/worker.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-synapse/templates/synapse/worker.yaml.j2 b/roles/custom/matrix-synapse/templates/synapse/worker.yaml.j2 index 4c1306c0c..7995ce3dd 100644 --- a/roles/custom/matrix-synapse/templates/synapse/worker.yaml.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/worker.yaml.j2 @@ -29,7 +29,7 @@ worker_log_config: /data/{{ matrix_server_fqn_matrix }}.log.config {% endif %} {% if matrix_synapse_worker_details.type == 'media_repository' %} {# - Handling authenticated media endpoints (`/_matrix/client/VERSION/media/` and `/_matrix/federation/v1/media/`) + Handling authenticated media endpoints (`/_matrix/client/VERSION/media/` and `/_matrix/federation/VERSION/media/`) requires serving the client and federation resources. #} {% set http_resources = http_resources + ['media', 'client', 'federation'] %}