syphon-org/syphon

Transition away from reply fallbacks [MSC3676]

Opened this issue · 0 comments

MSC3676
How Syphon should do it?

  • Strip the <mx-reply> tag from formatted_body before displaying when the message has an m.in_reply_to relation
  • Fetch the original event for the quote
  • Use custom code to render the displayname and the quote

This is needed also for MSC3440 (Threading), because thread reply fallbacks doesn't embed the fallback quote, and it can be very confusing regarding to the conversation to see thread messages without the context.

Related: #288 and somehow #462