-
Notifications
You must be signed in to change notification settings - Fork 637
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] Files uploaded from Sailtrix are sent as plain message "sailtrix-file.png" instead of a link to the file #1575
Comments
The original report was with Sailtrix 1.3.0, 1.3.1 was released a moment ago and and while it has mimetype in uploads, matterbridge still doesn't recognise it. {
"type": "m.room.message",
"sender": "@mikaela:feneas.org",
"content": {
"body": "sailtrix-file.png",
"info": {
"mimetype": "image/png"
},
"msgtype": "m.image",
"url": "mxc://matrix.feneas.org/052acc28c67fb2a5bf223166e9f4210a937c32c4"
},
"origin_server_ts": 1629989550510,
"unsigned": {
"age": 6458
},
"event_id": "$cajzMaOfd17eoj3QHMYtBG101S5UeljsDlNoAtIiW_Y",
"room_id": "!LSWnevuzcRXZZKhqso:privacytools.io"
|
While I understand this to be issue on Matterbridge side, Sailtrix has a matterbridge compatibility issue. |
It fails because it needs the |
I'm going to close this now as it is an sailtrix issue. |
I have pushed a Sailtrix fix which adds the |
@Mikaela as @HengYeDev has merged his changes this should work now, if not feel free to reopen |
Sorry for long response time, I have updated Sailtrix on my SailfishOS and can confirm that the new version resolves this and media uploads are getting Matterbridged when sent from it |
@Mikaela Thanks. Sailtrix gitlab issue closed as well. |
Describe the bug
When I upload a picture from Sailtrix Matrix client, matterbridge sends a message
sailtrix-file.png
to other protocols instead of downloading and linking to the file itself.To Reproduce
Expected behavior
Link to media repostiory is provided.
Screenshots/debug logs
I am not sure either is necessary.
Environment (please complete the following information):
Additional context
Non-working event source (Sailtrix):
Working event source (develop.element.io):
The text was updated successfully, but these errors were encountered: