mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +03:00
Turn Message::Delete_from_db into MsgId method
This commit is contained in:
@@ -473,7 +473,7 @@ impl Job {
|
||||
}
|
||||
}
|
||||
}
|
||||
Message::delete_from_db(context, msg.id);
|
||||
msg.id.delete_from_db(context);
|
||||
Status::Finished(Ok(()))
|
||||
} else {
|
||||
/* eg. device messages have no Message-ID */
|
||||
|
||||
Reference in New Issue
Block a user