forked from MirrorHub/synapse
Remove unnecessary diff
This commit is contained in:
parent
ae5d18617a
commit
4d7e1dde70
1 changed files with 1 additions and 3 deletions
|
@ -63,9 +63,7 @@ class MediaRepository(object):
|
||||||
self.primary_base_path = hs.config.media_store_path
|
self.primary_base_path = hs.config.media_store_path
|
||||||
self.filepaths = MediaFilePaths(self.primary_base_path)
|
self.filepaths = MediaFilePaths(self.primary_base_path)
|
||||||
|
|
||||||
self.backup_base_path = None
|
self.backup_base_path = hs.config.backup_media_store_path
|
||||||
if hs.config.backup_media_store_path:
|
|
||||||
self.backup_base_path = hs.config.backup_media_store_path
|
|
||||||
|
|
||||||
self.synchronous_backup_media_store = hs.config.synchronous_backup_media_store
|
self.synchronous_backup_media_store = hs.config.synchronous_backup_media_store
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue