mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +03:00
Resultify MsgId.delete_from_db()
This commit is contained in:
@@ -487,7 +487,7 @@ impl Job {
|
||||
// Hidden messages are similar to trashed, but are
|
||||
// related to some chat. We also delete their
|
||||
// database records.
|
||||
msg.id.delete_from_db(context);
|
||||
job_try!(msg.id.delete_from_db(context))
|
||||
} else {
|
||||
// Remove server UID from the database record.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user