mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 23:36:30 +03:00
Remove outdated comment.
This commit is contained in:
@@ -1413,8 +1413,6 @@ pub async fn delete_msgs(context: &Context, msg_ids: &[MsgId]) -> Result<()> {
|
|||||||
context.emit_msgs_changed_without_ids();
|
context.emit_msgs_changed_without_ids();
|
||||||
|
|
||||||
// Run housekeeping to delete unused blobs.
|
// Run housekeeping to delete unused blobs.
|
||||||
// We need to use set_raw_config() here since with set_config() it
|
|
||||||
// wouldn't compile ("recursion in an `async fn`")
|
|
||||||
context.set_config(Config::LastHousekeeping, None).await?;
|
context.set_config(Config::LastHousekeeping, None).await?;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user