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