syphon-org / syphon

⚗️ a privacy centric matrix client
https://syphon.org
GNU Affero General Public License v3.0
1.04k stars 72 forks source link

Edited messages have to be deleted more than once #478

Open notramo opened 2 years ago

notramo commented 2 years ago

In 0.2.5, deleting an edited message doesn't remove it in Syphon. It have to be deleted twice (or more) in Syphon to disappear. Deleting it once makes it be displayed as deleted in Element. Also, after deleting a message from Element, Syphon still displays the latest edit, and it have to be deleted from Syphon also. Maybe a regression from solving #461 in https://github.com/syphon-org/syphon/commit/f327b3248f7ad688758c40e3e20514d543d1aa93

notramo commented 2 years ago

@ereio could this issue get more importance? It's not only an UI glitch, it creates ambiguity because it doesn't display the conversation as it is actually.

EdGeraghty commented 2 years ago

Is this still an issue?

0x1a8510f2 commented 2 years ago

I believe this is actually a spec issue with how redactions of edits are handled so I think this will be an issue for a while.

ereio commented 2 years ago

We should be able to roll through the eventIds and redact them all though, going to try and fix this soon