matrix-org / matrix-appservice-discord

A bridge between Matrix and Discord.
Apache License 2.0
791 stars 148 forks source link

feat: add external_url to normal messages bridged from discord #860

Open SethFalco opened 1 year ago

SethFalco commented 1 year ago

Adds the external_url field to normal Discord messages too. Users with Discord can then access it to check the same message on the Discord side.

This leaves an intentional inconsistency with attachments. Attachments bridged over from Discord have an external_url to the direct download link from Discord servers. A bit more on that in the original issue.

Related