matrix-sdk: Fix for the non-encryption enabled use-case.

master
Damir Jelić 2020-08-12 16:19:41 +02:00
parent 0a26195472
commit 3e3894b573
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ impl Client {
homeserver,
http_client,
base_client,
#[cfg(feature = "encryption")]
group_session_locks: DashMap::new(),
})
}