This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Synapse calls /r0
for media over federation #15196
Closed
Description
synapse/synapse/media/media_repository.py
Line 427 in 4fc8875
It should be trying the /v3
endpoint until something like MSC1902 or similar lands. Arguably there should also be a fallback mechanism to try /r0
when /v3
fails, per M_UNRECOGNIZED
in the standard error codes.