mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-20 12:24:59 +01:00
Remove spurious addition
This commit is contained in:
parent
1f43d22397
commit
c021c39cbd
1 changed files with 0 additions and 4 deletions
|
@ -380,8 +380,6 @@ class MediaRepository(object):
|
|||
))
|
||||
|
||||
if t_byte_source:
|
||||
t_width, t_height = t_byte_source.dimensions
|
||||
|
||||
output_path = yield self.write_to_file_and_backup(
|
||||
t_byte_source,
|
||||
self.filepaths.local_media_thumbnail_rel(
|
||||
|
@ -410,8 +408,6 @@ class MediaRepository(object):
|
|||
))
|
||||
|
||||
if t_byte_source:
|
||||
t_width, t_height = t_byte_source.dimensions
|
||||
|
||||
output_path = yield self.write_to_file_and_backup(
|
||||
t_byte_source,
|
||||
self.filepaths.remote_media_thumbnail_rel(
|
||||
|
|
Loading…
Reference in a new issue