pub(crate) async fn delete_msgs_locally_done(
context: &Context,
msg_ids: &[MsgId],
modified_chat_ids: HashSet<ChatId>,
) -> Result<()>
Expand description
Do final events and jobs after batch deletion using calls to delete_msg_locally(). To avoid additional database queries, collecting data is up to the caller.