crypto: Remove some dead key requests code for now.
parent
dea3e4adf4
commit
562bb5aee3
|
@ -321,17 +321,6 @@ impl KeyRequestMachine {
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
fn handle_incoming_key_request(&self, event: &ToDeviceEvent<RoomKeyRequestEventContent>) {
|
|
||||||
match event.content.action {
|
|
||||||
Action::Request => todo!(),
|
|
||||||
Action::CancelRequest => todo!(),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fn cancel_request(&self) {
|
|
||||||
todo!()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
|
|
@ -30,7 +30,6 @@
|
||||||
mod error;
|
mod error;
|
||||||
mod file_encryption;
|
mod file_encryption;
|
||||||
mod identities;
|
mod identities;
|
||||||
#[allow(dead_code)]
|
|
||||||
mod key_request;
|
mod key_request;
|
||||||
mod machine;
|
mod machine;
|
||||||
pub mod olm;
|
pub mod olm;
|
||||||
|
|
Loading…
Reference in New Issue