mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
add missing initialization of the new context property
This commit is contained in:
@@ -499,6 +499,7 @@ impl Context {
|
||||
self_fingerprint: OnceLock::new(),
|
||||
connectivities: parking_lot::Mutex::new(Vec::new()),
|
||||
pre_encrypt_mime_hook: None.into(),
|
||||
dns_memory_cache: Arc::new(RwLock::new(HashMap::new())),
|
||||
};
|
||||
|
||||
let ctx = Context {
|
||||
|
||||
Reference in New Issue
Block a user