mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 04:46:29 +03:00
Make Context.cb field private (no code changes)
This commit is contained in:
committed by
holger krekel
parent
3bd36feede
commit
7bb4a27b60
@@ -50,7 +50,7 @@ pub struct Context {
|
|||||||
pub smtp_state: Arc<(Mutex<SmtpState>, Condvar)>,
|
pub smtp_state: Arc<(Mutex<SmtpState>, Condvar)>,
|
||||||
pub oauth2_critical: Arc<Mutex<()>>,
|
pub oauth2_critical: Arc<Mutex<()>>,
|
||||||
#[debug_stub = "Callback"]
|
#[debug_stub = "Callback"]
|
||||||
pub cb: Box<ContextCallback>,
|
cb: Box<ContextCallback>,
|
||||||
pub os_name: Option<String>,
|
pub os_name: Option<String>,
|
||||||
pub cmdline_sel_chat_id: Arc<RwLock<u32>>,
|
pub cmdline_sel_chat_id: Arc<RwLock<u32>>,
|
||||||
pub bob: Arc<RwLock<BobStatus>>,
|
pub bob: Arc<RwLock<BobStatus>>,
|
||||||
|
|||||||
Reference in New Issue
Block a user