Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fixup! media/{download,thumbnail}: support timeout_ms parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Nov 9, 2023
1 parent b49a50b commit 4e4e8d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions synapse/media/media_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,6 @@ async def get_remote_media(

# We deliberately stream the file outside the lock
if responder and media_info:
media_type = media_info.media_type
media_length = media_info.media_length
upload_name = name if name else media_info.upload_name
await respond_with_responder(
request,
Expand Down

0 comments on commit 4e4e8d0

Please sign in to comment.