Closed as not planned
Closed as not planned
Description
According to some investigation done in cinnyapp/cinny#2047, MatrixEvent.getOriginalContent
seems to be lying about the type of the returned content, more specifically when it returns an IClearEvent
but says it returns an IContent
(I think, please forgive any mistakes).
This seems to be leading to some clients (or at least Cinny) to be unable to properly thread messages, because they fail to understand when a message is threaded or not.
There are more details in the issue linked above, but I can give more information if needed.
Thanks!