Skip to content

Commit

Permalink
fixup! Review comments: update EncryptionSettings::new
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Aug 14, 2024
1 parent 5dbc599 commit 38a4477
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/matrix-sdk-base/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ use eyeball_im::{Vector, VectorDiff};
#[cfg(not(target_arch = "wasm32"))]
use futures_util::Stream;
use matrix_sdk_common::instant::Instant;
use matrix_sdk_crypto::CollectStrategy;
#[cfg(feature = "e2e-encryption")]
use matrix_sdk_crypto::{
store::DynCryptoStore, EncryptionSettings, EncryptionSyncChanges, OlmError, OlmMachine,
ToDeviceRequest,
store::DynCryptoStore, CollectStrategy, EncryptionSettings, EncryptionSyncChanges, OlmError,
OlmMachine, ToDeviceRequest,
};
#[cfg(feature = "e2e-encryption")]
use ruma::events::{
Expand Down

0 comments on commit 38a4477

Please sign in to comment.