Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Skirmisher opened this issue Apr 10, 2021 · 4 comments
Open

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

Skirmisher opened this issue Apr 10, 2021 · 4 comments
Labels
T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements.

Comments

@Skirmisher
Copy link

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.

@auscompgeek
Copy link
Contributor

Related: #631

@Scotsguy
Copy link

Note that Webhooks cannot send replies.

@cherryblossom000
Copy link

Feature request for inline replies for Discord webhooks: discord/discord-api-docs#2251

@jaller94 jaller94 added the T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements. label May 19, 2022
@rollingmoai
Copy link

rollingmoai commented Sep 3, 2022

Duplicate of #631. See #631 (comment):

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements.
Projects
None yet
Development

No branches or pull requests

6 participants