matrix-sdk: Fix for the non-encryption enabled use-case.
parent
0a26195472
commit
3e3894b573
|
@ -365,6 +365,7 @@ impl Client {
|
||||||
homeserver,
|
homeserver,
|
||||||
http_client,
|
http_client,
|
||||||
base_client,
|
base_client,
|
||||||
|
#[cfg(feature = "encryption")]
|
||||||
group_session_locks: DashMap::new(),
|
group_session_locks: DashMap::new(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue