Skip to content

Commit

Permalink
newsfragment
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
H-Shay committed May 31, 2024
1 parent ca0a009 commit 94d9617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/17256.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve ratelimiting in Synapse (#17256).
2 changes: 1 addition & 1 deletion synapse/rest/media/thumbnail_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async def on_GET(
) -> None:
# Validate the server name, raising if invalid
parse_and_validate_server_name(server_name)

set_cors_headers(request)
set_corp_headers(request)
width = parse_integer(request, "width", required=True)
Expand Down

0 comments on commit 94d9617

Please sign in to comment.