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

Use Discord's inline replies for Matrix->Discord messages

Open Skirmisher opened this issue 3 years ago • 4 comments

Currently, Matrix replies to a Discord message appear on Discord as embeds. They get the job done, but the embeds appear below the message, which doesn't match the appearance of either Discord's or Element's replies. If Matrix message objects can be mapped to Discord ones, hooking up the message reference on Discord's end so it appears as a reply would be a nice touch.

Skirmisher avatar Apr 10 '21 02:04 Skirmisher

Related: #631

auscompgeek avatar Apr 10 '21 07:04 auscompgeek

Note that Webhooks cannot send replies.

Scotsguy avatar Apr 25 '21 19:04 Scotsguy

Feature request for inline replies for Discord webhooks: https://github.com/discord/discord-api-docs/issues/2251

cherryblossom000 avatar Apr 30 '21 06:04 cherryblossom000

Duplicate of #631. See https://github.com/matrix-org/matrix-appservice-discord/issues/631#issuecomment-1236047430:

While Matrix->Discord replies are a bit trickier, as webhooks do not support replies, one can use buttons instead. See Connections Bot's implementation: image

rollingmoai avatar Sep 03 '22 04:09 rollingmoai