mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-07 02:14:11 -04:00
Remove unused, undocumented "content repo" resource (#6628)
This looks like it got half-killed back in #888. Fixes #6567.
This commit is contained in:
parent
b6b57ecb4e
commit
98247c4a0e
9 changed files with 3 additions and 128 deletions
|
@ -156,7 +156,6 @@ class ContentRepositoryConfig(Config):
|
|||
(provider_class, parsed_config, wrapper_config)
|
||||
)
|
||||
|
||||
self.uploads_path = self.ensure_directory(config.get("uploads_path", "uploads"))
|
||||
self.dynamic_thumbnails = config.get("dynamic_thumbnails", False)
|
||||
self.thumbnail_requirements = parse_thumbnail_requirements(
|
||||
config.get("thumbnail_sizes", DEFAULT_THUMBNAIL_SIZES)
|
||||
|
@ -231,10 +230,6 @@ class ContentRepositoryConfig(Config):
|
|||
# config:
|
||||
# directory: /mnt/some/other/directory
|
||||
|
||||
# Directory where in-progress uploads are stored.
|
||||
#
|
||||
uploads_path: "%(uploads_path)s"
|
||||
|
||||
# The largest allowed upload size in bytes
|
||||
#
|
||||
#max_upload_size: 10M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue