-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Matrix failed media with MSC3916 "Authentication for media" #2184
Comments
Can confirm. I can still receive images, but not send them anymore. |
It seem related to #2205 |
Do you mean it wasn't authenticated at all? or just that the authentication was done improperly? |
I wonder if this has to do with the underlying matrix client library not being updated to a version that supports this authentication Edit: yep it looks like the underlying library behind matterbridge/gomatrix is archived: |
this seems to be a more maintained golang library: https://github.com/mautrix/go |
With recent switch on many matrix servers to authenticated media, matterbridge doesn't handle it correctly anymore even when Media server set. With v1.26.0
In the snippet above, there was image called barcode.gif with size of 1676 bytes posted, but in reality only 45 bytes downloaded.
Content of that file shows it wasn't properly authenticated.
Here's some context:
matrix-org/matrix-spec-proposals#3916
https://matrix.org/blog/2024/06/26/sunsetting-unauthenticated-media/
The text was updated successfully, but these errors were encountered: