Reactions #6
Loading…
Reference in New Issue
Block a user
No description provided.
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?
XMPP supports message reactions via XEP-0444.
The problem is, you can't accurately reflect the reaction count without having an XMPP puppet user for every Discord user, and this approach as done by the Python bridge in the other repo (xmpp-discord-bridge) is highly unstable and scales poorly.
Likewise, Discord webhooks can't leave reactions, and the Discord bot account is just one user, so it can't leave more than one reaction per distinct emoji.
Maybe a placeholder message will do, or just leaving a single reaction.
right now the Discord bot user replies with the reaction in a separate message, when an XMPP reaction is made, but only a subset of emojis seems to be supported