mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-09 08:27:32 -04:00
matrix-sdk: Fix an import for the non-crypto case.
This commit is contained in:
@@ -95,7 +95,7 @@ use matrix_sdk_common::{
|
||||
},
|
||||
AnyMessageEventContent,
|
||||
},
|
||||
identifiers::{EventId, RoomId, RoomIdOrAliasId, ServerName, UserId},
|
||||
identifiers::{DeviceIdBox, EventId, RoomId, RoomIdOrAliasId, ServerName, UserId},
|
||||
instant::{Duration, Instant},
|
||||
js_int::UInt,
|
||||
locks::RwLock,
|
||||
@@ -112,7 +112,6 @@ use matrix_sdk_common::{
|
||||
Request as RumaToDeviceRequest, Response as ToDeviceResponse,
|
||||
},
|
||||
},
|
||||
identifiers::DeviceIdBox,
|
||||
locks::Mutex,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user