Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Mar 25, 2024
1 parent aed4f6a commit 1646088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mautrix_telegram/portal_util/message_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ async def _convert_document_thumb_only(
intent,
thumb_loc,
video=None,
mime_type=thumb_loc.mime_type,
mime_type=document.mime_type,
encrypt=self.portal.encrypted,
async_upload=self.config["homeserver.async_media"],
)
Expand Down

0 comments on commit 1646088

Please sign in to comment.