0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-11-16 06:51:46 +01:00
This commit is contained in:
Erik Johnston 2017-10-13 10:39:59 +01:00
parent 35332298ef
commit e3428d26ca

View file

@ -395,7 +395,7 @@ class MediaRepository(object):
t_len = os.path.getsize(output_path)
yield self.store.store_local_thumbnail_rel(
yield self.store.store_local_thumbnail(
media_id, t_width, t_height, t_type, t_method, t_len
)