matrix-sdk: Fix an import for the non-crypto case.

master
Damir Jelić 2020-10-16 19:45:38 +02:00
parent 93f49265a6
commit 17cc4fcb81
1 changed files with 1 additions and 2 deletions

View File

@ -95,7 +95,7 @@ use matrix_sdk_common::{
}, },
AnyMessageEventContent, AnyMessageEventContent,
}, },
identifiers::{EventId, RoomId, RoomIdOrAliasId, ServerName, UserId}, identifiers::{DeviceIdBox, EventId, RoomId, RoomIdOrAliasId, ServerName, UserId},
instant::{Duration, Instant}, instant::{Duration, Instant},
js_int::UInt, js_int::UInt,
locks::RwLock, locks::RwLock,
@ -112,7 +112,6 @@ use matrix_sdk_common::{
Request as RumaToDeviceRequest, Response as ToDeviceResponse, Request as RumaToDeviceRequest, Response as ToDeviceResponse,
}, },
}, },
identifiers::DeviceIdBox,
locks::Mutex, locks::Mutex,
}; };