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
I managed to get the plaintext working by doing a raw curl to the webhook address with a simple JSON format message. I tried digging through the go source code but it is not my language. Wherever the JSON is constructed before doing the post, the tweak should be done there.
It'd be nice to have an option of either embeds -or- plaintext, but the reason I need plaintext is that I'm trying to chain notify-discord to matterbridge-irc. I can do it with the raw curl now, but it would be nice if I could use notify for this...matterbridge won't read the embed, but it WILL read the plaintext.
The text was updated successfully, but these errors were encountered:
mikedesu
added
the
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
label
Sep 1, 2023
See screenshots.
I managed to get the plaintext working by doing a raw curl to the webhook address with a simple JSON format message. I tried digging through the go source code but it is not my language. Wherever the JSON is constructed before doing the post, the tweak should be done there.
It'd be nice to have an option of either embeds -or- plaintext, but the reason I need plaintext is that I'm trying to chain
notify-discord
tomatterbridge-irc
. I can do it with the raw curl now, but it would be nice if I could usenotify
for this...matterbridge
won't read the embed, but it WILL read the plaintext.The text was updated successfully, but these errors were encountered: