weechat-matrix icon indicating copy to clipboard operation
weechat-matrix copied to clipboard

Authenticated media support

Open strk opened this issue 11 months ago • 1 comments

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

strk avatar Jan 22 '25 12:01 strk

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?

Moult avatar Mar 22 '25 12:03 Moult