matrix-discord-bridge
matrix-discord-bridge copied to clipboard
Replies lose relation to original message on being edited (Matrix <-> Discord)
https://github.com/discord/discord-api-docs/issues/2251
~~Messages seem to lose relation on Matrix too because the m.relates_to key is not preserved.~~ Client bug, some work fine while others don't.
Does the reply feature actually reflect proper Discord replies? (and not a ping followed by a block of text?)
There's currently no way to send "proper" discord replies for webhooks, it's not allowed by the api. So it's sent in the plaintext format that you mentioned.
> <@Ping> content ...
Reply content
It could be made visually better by using embeds, but i just haven't gotten to it yet.