Use endpoints for authenticated media
When the server supports it we want to use the endpoints for authenticated media. See
https://matrix.org/blog/2024/06/20/matrix-v1.11-release/
As far as I can tell we don't support
/{preview_url,config,thumbnail}
yet. For that we extend verify_homeserver
to get us a list of versions.
This will allow us to use better URLs in the future (rather then hard
coding /r0
.
new-api
as we add a new public method to get the server versions
Closes: #50 (closed)
Edited by Guido Günther