mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +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(),
|
self_fingerprint: OnceLock::new(),
|
||||||
connectivities: parking_lot::Mutex::new(Vec::new()),
|
connectivities: parking_lot::Mutex::new(Vec::new()),
|
||||||
pre_encrypt_mime_hook: None.into(),
|
pre_encrypt_mime_hook: None.into(),
|
||||||
|
dns_memory_cache: Arc::new(RwLock::new(HashMap::new())),
|
||||||
};
|
};
|
||||||
|
|
||||||
let ctx = Context {
|
let ctx = Context {
|
||||||
|
|||||||
Reference in New Issue
Block a user