mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-14 12:05:28 +10:00
[GH-ISSUE #14] Replies to other messages #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pieartsy on GitHub (Feb 23, 2026).
Original GitHub issue: https://github.com/pieartsy/PluralFlux/issues/14
Currently the webhook does not process replies to other messages. When you reply to someone, the webhook just sends as a normal message without any reference to the message the account replied to.
Ideally, the webhook would include a link to the replied-to message and some message text, probably as an embed.
Note that webhooks currently cannot @ people and include a "ping" properly the way normal messages can: this is a Fluxer limitation, not a bot limitation.
In lieu of this, perhaps there could be an additional message from the bot (not webhook), similar to the message PluralKit sends on a "ping" to a webhook member, but this would apply to all accounts, not just proxy members (see below)