mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
fix: Make joining a channel work with multi-device, fix test_leave_broadcast_multidevice
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//! # Synchronize items between devices.
|
||||
|
||||
use anyhow::Result;
|
||||
use anyhow::{Context as _, Result};
|
||||
use mail_builder::mime::MimePart;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
@@ -274,6 +274,7 @@ impl Context {
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
.with_context(|| format!("Sync data {:?}", item.data))
|
||||
.log_err(self)
|
||||
.ok();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user