Webhook replies #1

Open
opened 2025-02-22 14:11:38 -08:00 by jshiffer · 1 comment
Owner

Discord webhooks can't properly reply to messages. Our options are

<discordmsg>
> msg1
@gnuwu

Response
</discordmsg>

Which is what I had the Python bridge doing, or:

<discordmsg>
Response

<richembed>
@gnuwu
msg1
<author>
<avatar>gnuwu_avatar.jpg</avatar>
<name>gnuwu</name>
</author>
</richembed>
</discordmsg>
Discord webhooks can't properly reply to messages. Our options are ``` <discordmsg> > msg1 @gnuwu Response </discordmsg> ``` Which is what I had the Python bridge doing, or: ``` <discordmsg> Response <richembed> @gnuwu msg1 <author> <avatar>gnuwu_avatar.jpg</avatar> <name>gnuwu</name> </author> </richembed> </discordmsg> ```
Author
Owner

Currently, what matterbridge does is send a regular discord message, which looks pretty bad because it includes the fallback reply text and loses the naming/avatar customization of webhooks.

Currently, what matterbridge does is send a regular discord message, which looks pretty bad because it includes the fallback reply text and loses the naming/avatar customization of webhooks.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lug/matterbridge#1
No description provided.