Skip to content

Commit 6dac5fb

Browse files
committed
newsfragment + lint
1 parent 89c866f commit 6dac5fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/17350.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Support [MSC3916](https://github.com/matrix-org/matrix-spec-proposals/blob/rav/authentication-for-media/proposals/3916-authentication-for-media.md)
2+
by adding a federation /download endpoint (#17350).

synapse/media/_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ async def respond_with_multipart_responder(
309309
clock, request, media_info.media_type, {}
310310
)
311311

312-
313312
logger.debug("Responding to media request with responder %s", responder)
314313
# ensure that the response length takes into account the multipart boundary and headers,
315314
# which is currently 177 bytes (note that this will need to be determined dynamically when

0 commit comments

Comments
 (0)