mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-15 17:51:10 +00:00
_make_dirs was moved to MediaRepository
This commit is contained in:
parent
9181e2f4c7
commit
a7001c311b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue