Remove fallback text from XMPP replies #8
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?
XMPP replies nowadays have a reply stanza referring back to the ID of the replied-to message, but for redundancy and backwards compatibility they also directly quote the OP's message inside their body. The client is responsible for removing this redundancy when they display the message. The problem is, when XMPP replies get sent through Matterbridge, this is not accounted for -- we were the first ones to add proper reply support, anyhow. So we should get rid of the duplicate quote.

Closed by
4b0a87c3f2.