Skip to content

Commit f0cfff6

Browse files
committed
more linting
1 parent e303b57 commit f0cfff6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

crates/matrix-sdk-indexeddb/src/crypto_store/migrations/v104_to_v106.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use indexed_db_futures::{
1616
Build, error::OpenDbError, prelude::QuerySource, transaction::TransactionMode,
1717
};
18-
use matrix_sdk_crypto::{GossippedSecret, store::types::SecretsInboxItem};
18+
use matrix_sdk_crypto::GossippedSecret;
1919
use wasm_bindgen::JsValue;
2020

2121
use super::{MigrationDb, old_keys};

crates/matrix-sdk-indexeddb/src/crypto_store/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ use matrix_sdk_base::cross_process_lock::{
3434
CrossProcessLockGeneration, FIRST_CROSS_PROCESS_LOCK_GENERATION,
3535
};
3636
use matrix_sdk_crypto::{
37-
Account, DeviceData, GossipRequest, GossippedSecret, SecretInfo, TrackedUser, UserIdentityData,
37+
Account, DeviceData, GossipRequest, SecretInfo, TrackedUser, UserIdentityData,
3838
olm::{
3939
Curve25519PublicKey, InboundGroupSession, OlmMessageHash, OutboundGroupSession,
4040
PickledInboundGroupSession, PrivateCrossSigningIdentity, SenderDataType, Session,
@@ -44,7 +44,7 @@ use matrix_sdk_crypto::{
4444
CryptoStore, CryptoStoreError,
4545
types::{
4646
BackupKeys, Changes, DehydratedDeviceKey, PendingChanges, RoomKeyCounts,
47-
RoomKeyWithheldEntry, RoomPendingKeyBundleDetails, RoomSettings, SecretsInboxItem,
47+
RoomKeyWithheldEntry, RoomPendingKeyBundleDetails, RoomSettings,
4848
StoredRoomKeyBundleData,
4949
},
5050
},

0 commit comments

Comments
 (0)