mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 23:54:22 -04:00
Remove vestiges of uploads_path config (#9462)
`uploads_path` was a thing that was never used; most of it was removed in #6628 but a few vestiges remained.
This commit is contained in:
parent
71c9f8de6d
commit
1b2d6d55c5
5 changed files with 1 additions and 4 deletions
|
@ -206,7 +206,6 @@ class ContentRepositoryConfig(Config):
|
|||
|
||||
def generate_config_section(self, data_dir_path, **kwargs):
|
||||
media_store = os.path.join(data_dir_path, "media_store")
|
||||
uploads_path = os.path.join(data_dir_path, "uploads")
|
||||
|
||||
formatted_thumbnail_sizes = "".join(
|
||||
THUMBNAIL_SIZE_YAML % s for s in DEFAULT_THUMBNAIL_SIZES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue