Do not emit ImexEvent From BlobDirIter

We no longer need that in the transfer case, that would give very
weird results.  This also means there is nothing imex-specific about
this anymore so move it to blobs.rs
This commit is contained in:
Floris Bruynooghe
2023-02-16 18:05:09 +01:00
parent 8ae0ee5a67
commit 8072f78058
3 changed files with 102 additions and 104 deletions

View File

@@ -39,12 +39,13 @@ use tokio::sync::broadcast::error::RecvError;
use tokio::task::JoinHandle;
use tokio_stream::wrappers::ReadDirStream;
use crate::blob::BlobDirContents;
use crate::chat::delete_and_reset_all_device_msgs;
use crate::context::Context;
use crate::qr::Qr;
use crate::{e2ee, EventType};
use super::{export_database, BlobDirContents, DeleteOnDrop, DBFILE_BACKUP_NAME};
use super::{export_database, DeleteOnDrop, DBFILE_BACKUP_NAME};
/// Provide or send a backup of this device.
///