From fb6c6c89e87b76321d2a5dc6fe480e077a1c4db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 13 Mar 2020 16:58:59 +0100 Subject: [PATCH] crypto: Update to the ruma-event renames. --- src/crypto/machine.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/machine.rs b/src/crypto/machine.rs index cabcd843..847c7387 100644 --- a/src/crypto/machine.rs +++ b/src/crypto/machine.rs @@ -31,7 +31,7 @@ use ruma_client_api::r0::keys::{ }; use ruma_client_api::r0::sync::sync_events::IncomingResponse as SyncResponse; use ruma_events::{ - to_device::{ToDevice as ToDeviceEvent, ToDeviceEncrypted, ToDeviceRoomKeyRequest}, + to_device::{AnyToDeviceEvent as ToDeviceEvent, ToDeviceEncrypted, ToDeviceRoomKeyRequest}, Algorithm, EventResult, }; use ruma_identifiers::{DeviceId, UserId};