From 17cc4fcb81ff59902b0e1df025ebfb0fb813b628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 16 Oct 2020 19:45:38 +0200 Subject: [PATCH] matrix-sdk: Fix an import for the non-crypto case. --- matrix_sdk/src/client.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/matrix_sdk/src/client.rs b/matrix_sdk/src/client.rs index 19d6a551..a0018e1e 100644 --- a/matrix_sdk/src/client.rs +++ b/matrix_sdk/src/client.rs @@ -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, };