deltachat::message

Function delete_msg_locally

Source
pub(crate) async fn delete_msg_locally(
    context: &Context,
    msg: &Message,
) -> Result<()>
Expand description

Delete a single message from the database, including references in other tables. This may be called in batches; the final events are emitted in delete_msgs_locally_done() then.