mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-28 09:24:41 +00:00
Fix passing wrong config to provider constructor
This commit is contained in:
@@ -135,7 +135,7 @@ class ContentRepositoryConfig(Config):
|
||||
)
|
||||
|
||||
self.media_storage_providers.append(
|
||||
(provider_class, provider_config, wrapper_config,)
|
||||
(provider_class, parsed_config, wrapper_config,)
|
||||
)
|
||||
|
||||
self.uploads_path = self.ensure_directory(config["uploads_path"])
|
||||
|
||||
Reference in New Issue
Block a user