crypto: Update to the ruma-event renames.

master
Damir Jelić 2020-03-13 16:58:59 +01:00
parent 6438444275
commit fb6c6c89e8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ use ruma_client_api::r0::keys::{
}; };
use ruma_client_api::r0::sync::sync_events::IncomingResponse as SyncResponse; use ruma_client_api::r0::sync::sync_events::IncomingResponse as SyncResponse;
use ruma_events::{ use ruma_events::{
to_device::{ToDevice as ToDeviceEvent, ToDeviceEncrypted, ToDeviceRoomKeyRequest}, to_device::{AnyToDeviceEvent as ToDeviceEvent, ToDeviceEncrypted, ToDeviceRoomKeyRequest},
Algorithm, EventResult, Algorithm, EventResult,
}; };
use ruma_identifiers::{DeviceId, UserId}; use ruma_identifiers::{DeviceId, UserId};