async fn handle_edit_delete(
context: &Context,
mime_parser: &MimeMessage,
from_id: ContactId,
) -> Result<bool>
Expand description
Checks for “Chat-Edit” and “Chat-Delete” headers, and edits/deletes existing messages accordingly.
Returns true
if this message is an edit/deletion request.