mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-03 23:20:46 -05:00
Fix passing wrong config to provider constructor
This commit is contained in:
parent
8e85220373
commit
d69768348f
@ -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"])
|
||||
|
Loading…
Reference in New Issue
Block a user