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

This commit is contained in:
Damir Jelić 2020-08-12 16:19:41 +02:00
parent 0a26195472
commit 3e3894b573

View file

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