mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 14:32:26 -04:00
Fix remote thumbnailing
This commit is contained in:
parent
ff7c2e41de
commit
33d83f3615
2 changed files with 11 additions and 7 deletions
|
@ -284,7 +284,7 @@ class BaseMediaResource(Resource):
|
|||
return
|
||||
|
||||
t_path = self.filepaths.remote_media_thumbnail(
|
||||
media_id, t_width, t_height, t_type, t_method
|
||||
server_name, file_id, t_width, t_height, t_type, t_method
|
||||
)
|
||||
self._makedirs(t_path)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue