Description
Didn't find an issue for this yet and nobody has done it. Bad behavior was introduced in matrix-org/matrix-react-sdk#3192.
As per the aggregation proposal:
The edited reply should ditch the fallback representation of the reply itself however from
m.new_content
(specifically the<mx-reply>
tag in the HTML, and the chevron prefixed text in the plaintext which we don't know whether to parse as we don't know whether this is a reply or not), as we can assume that any client which can handle edits can also display replies natively.
XXX: make Riot do this