matrix-discord-bridge icon indicating copy to clipboard operation
matrix-discord-bridge copied to clipboard

Replies lose relation to original message on being edited (Matrix <-> Discord)

Open git-bruh opened this issue 4 years ago • 4 comments

git-bruh avatar Jan 04 '21 14:01 git-bruh

https://github.com/discord/discord-api-docs/issues/2251

git-bruh avatar Jan 09 '21 11:01 git-bruh

~~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.

git-bruh avatar Jan 10 '21 12:01 git-bruh

Does the reply feature actually reflect proper Discord replies? (and not a ping followed by a block of text?)

VarLad avatar Jul 25 '21 07:07 VarLad

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.

git-bruh avatar Jul 25 '21 07:07 git-bruh