newsfragment + lint

This commit is contained in:
H. Shay 2024-06-21 13:46:06 -07:00
parent 89c866fad1
commit 6dac5fb9e1
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1,2 @@
Support [MSC3916](https://github.com/matrix-org/matrix-spec-proposals/blob/rav/authentication-for-media/proposals/3916-authentication-for-media.md)
by adding a federation /download endpoint (#17350).

View file

@ -309,7 +309,6 @@ async def respond_with_multipart_responder(
clock, request, media_info.media_type, {}
)
logger.debug("Responding to media request with responder %s", responder)
# ensure that the response length takes into account the multipart boundary and headers,
# which is currently 177 bytes (note that this will need to be determined dynamically when