mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
Housekeeping: delete the blobs backup dir (#4104)
This commit is contained in:
@@ -34,7 +34,7 @@ use crate::{e2ee, tools};
|
||||
|
||||
// Name of the database file in the backup.
|
||||
const DBFILE_BACKUP_NAME: &str = "dc_database_backup.sqlite";
|
||||
const BLOBS_BACKUP_NAME: &str = "blobs_backup";
|
||||
pub(crate) const BLOBS_BACKUP_NAME: &str = "blobs_backup";
|
||||
|
||||
/// Import/export command.
|
||||
#[derive(Debug, Display, Copy, Clone, PartialEq, Eq, FromPrimitive, ToPrimitive)]
|
||||
|
||||
Reference in New Issue
Block a user