Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Jun 6, 2024
1 parent 157e5d7 commit fb7ce78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synapse/federation/transport/server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,10 @@ def register_servlets(
signature = inspect.signature(provider.backend.fetch)
if "federation" not in signature.parameters:
logger.warning(
"Federation `/download` enpoint will not be enabled as your storage "
"provider is not compatible with this endpoint."
f"Federation media `/download` endpoint will not be enabled as storage provider {provider.backend} is not compatible with this endpoint."
)
load_download_endpoint = False
break

if not load_download_endpoint:
continue
Expand Down

0 comments on commit fb7ce78

Please sign in to comment.