You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Related to #11079, we generate some URLs internally that point to r0 URLs, some places we do this is for:
Callback URLs used in SSO
Attempting to fetch media from remote servers
Maybe other places. We should eventually update these to use v3 URLs. The ones that generate URLs that go back to ourselves should be easy enough (if people have their reverse proxies configured properly), but the ones to other servers are a bit more complicated. For federation we try v2 URLs then fallback to v1 URLs, but that's rather annoying. Not sure if there's something better to do.