mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-12 08:44:44 +00:00
_make_dirs was moved to MediaRepository
This commit is contained in:
@@ -370,7 +370,7 @@ class PreviewUrlResource(Resource):
|
||||
file_id = random_string(24)
|
||||
|
||||
fname = self.filepaths.local_media_filepath(file_id)
|
||||
self._makedirs(fname)
|
||||
self.media_repo._makedirs(fname)
|
||||
|
||||
try:
|
||||
with open(fname, "wb") as f:
|
||||
|
||||
Reference in New Issue
Block a user