We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_missing_sessions
1 parent 1a78b77 commit e72feffCopy full SHA for e72feff
src/machine.rs
@@ -517,10 +517,8 @@ impl OlmMachine {
517
/// Get the a key claiming request for the user/device pairs that
518
/// we are missing Olm sessions for.
519
///
520
- /// Returns `NULL` if no key claiming request needs to be sent
521
- /// out, otherwise it returns an `Array` where the first key is
522
- /// the transaction ID as a string, and the second key is the keys
523
- /// claim request serialized to JSON.
+ /// Returns `null` if no key claiming request needs to be sent
+ /// out, otherwise it returns a `KeysClaimRequest` object.
524
525
/// Sessions need to be established between devices so group
526
/// sessions for a room can be shared with them.
0 commit comments