You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
While Matrix->Discord replies are a bit trickier, as webhooks do not support replies, one can use buttons instead. See Connections Bot's implementation:
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.
The text was updated successfully, but these errors were encountered: