crypto: Add some docs for the cross signing keys handling method.

master
Damir Jelić 2020-08-20 10:21:00 +02:00
parent aaa15c768c
commit 69fbe65ac4
1 changed files with 8 additions and 0 deletions

View File

@ -499,6 +499,14 @@ impl OlmMachine {
Ok(changed_devices)
}
/// Handle the device keys part of a key query response.
///
/// # Arguments
///
/// * `response` - The keys query response.
///
/// Returns a list of identities that changed. Changed here means either
/// they are new, one of their properties has changed or they got deleted.
async fn handle_cross_singing_keys(
&self,
response: &get_keys::Response,