-
-
Notifications
You must be signed in to change notification settings - Fork 833
Redact message when message is edited and all text is deleted #4623
Conversation
Signed-off-by: Aaron Raimist <[email protected]>
might still want to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
other than the missing this._cancelPreviousPendingEdit();
Signed-off-by: Aaron Raimist <[email protected]>
Have commented on the issue (element-hq/element-web#11024 (comment)). tl;dr: maybe we can change how these messages are presented in the UI instead? |
Having read through this PR & the related issue I think the missing piece in the critical thinking so far is that redactions are destructive, so therefore would block further edits. Conflating the 2 automatically without explicit action from users would be unexpected. The solution I'd be interested in to merge this into master would be to decorate blank messages better with an action, like this quick comp: |
@nadonomy that looks quite exploitable, I can craft a message which will look identical but on click takes you to some phishing site. The styling might not be perfect but can probably get it a little closer
Also inconsistent terminology |
Yup, was just looking for quick wins on this open PR and favoured consistency in context in the timeline at least.
If this is the case, then I'd block this on design, noting that it's probably around a p2-3 and we have lots of p1 work in flight at the moment so we'd realistically get to this in weeks-months unfortunately. |
Fixes element-hq/element-web#11024