disable auth media as all clients are not yet compatible
This commit is contained in:
parent
3acaec580d
commit
64abdd2210
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue