weechat-matrix
weechat-matrix copied to clipboard
Authenticated media support
Newer Matrix releases resulted in impossibility to access uploaded media without sending an authentication header.
https://matrix.org/blog/2024/06/20/matrix-v1.11-release/
This breaks the weechat way to access those resources, which relied on a simple url.
I guess it would take some matrix-aware script to grab the url and send an authenticated request ?
Related ( I guess ) is #365
Is there a way to get the current access_token so that we can manually append ?access_token={access_token} to the URL as a workaround?