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
Replies contain fallback quoting of original message. Element filters these fallback texts out, so only the last message is quoted. Syphon doesn't filter out the reply quotes, so it gets unreadable garbage with a long reply chain.
Steps to reproduce
Send a message
Reply to that message
Reply to the message sent in step 2.
If the message in step 3 was sent from Element, it only contains step 2 as a quote. If it's from Syphon, then step 1 and step 2 are quoted, with wrong formatting.
How to fix it?
When inserting fallback quotes:
Filter out the first Markdown blockquote in unformatted text
Filter out text inside <mx-reply> tag from the start of formatted_text
The text was updated successfully, but these errors were encountered:
Replies contain fallback quoting of original message. Element filters these fallback texts out, so only the last message is quoted. Syphon doesn't filter out the reply quotes, so it gets unreadable garbage with a long reply chain.
Steps to reproduce
If the message in step 3 was sent from Element, it only contains step 2 as a quote. If it's from Syphon, then step 1 and step 2 are quoted, with wrong formatting.
How to fix it?
When inserting fallback quotes:
<mx-reply>
tag from the start of formatted_textThe text was updated successfully, but these errors were encountered: