Images with alt text sent on Discord should use body along with filename when bridged to Matrix #24
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: cadence/out-of-your-element#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've noticed that when sending images from Discord with an alt-text/description, it isn't forwarded to Matrix at all.
Clients that support
bodyandfilenamewill generally display the first as the sole caption in the case of Element or both in the case of Schildi and Neochat.If there is no alt text available, the current behaviour seems to be fine as far as I can tell.
Reference of the Discord attachment object if you need: https://discord.com/developers/docs/resources/channel#attachment-object
Images with alt text on Discord side should useto Images with alt text sent on Discord should usebodyalong withfilenameon Matrixbodyalong withfilenamewhen bridged to MatrixThanks! Should be fixed in
60cf40680f. Tested in Element Desktop and Schildi Desktop and I see custombodyfield in each of them.