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
Media across matrix is slowly starting to require authentication, with the major servers out there now requiring new media to be accessed with a bearer token. Widgets obviously do not have access to the client's access token, so will be unable to access this media.
I suspect a good solution here would be to provide APIs for download / thumbnail APIs, and pass along a buffer with the media.
The text was updated successfully, but these errors were encountered:
Media across matrix is slowly starting to require authentication, with the major servers out there now requiring new media to be accessed with a bearer token. Widgets obviously do not have access to the client's access token, so will be unable to access this media.
I suspect a good solution here would be to provide APIs for download / thumbnail APIs, and pass along a buffer with the media.
The text was updated successfully, but these errors were encountered: