From 64abdd2210927b17cefce791aa154c5e706f88c7 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 17 Jan 2025 13:41:55 +0100 Subject: [PATCH] disable auth media as all clients are not yet compatible --- cluster/prod/app/matrix/config/synapse/homeserver.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/prod/app/matrix/config/synapse/homeserver.yaml b/cluster/prod/app/matrix/config/synapse/homeserver.yaml index 2055e12..41241f0 100644 --- a/cluster/prod/app/matrix/config/synapse/homeserver.yaml +++ b/cluster/prod/app/matrix/config/synapse/homeserver.yaml @@ -110,6 +110,7 @@ federation_rc_concurrent: 3 # Directory where uploaded images and attachments are stored. media_store_path: "/var/lib/matrix-synapse/media" uploads_path: "/var/lib/matrix-synapse/uploads" +enable_authenticated_media: False media_storage_providers: - module: s3_storage_provider.S3StorageProviderBackend