cyrpto: Fix the docs for the Session encrypt method.
parent
451d902604
commit
861c07d5ce
|
@ -183,6 +183,12 @@ impl Session {
|
|||
///
|
||||
/// # Arguments
|
||||
///
|
||||
/// * `user_id` - Our own user id that the session belongs to.
|
||||
///
|
||||
/// * `device_id` - Our own device id that the session belongs to.
|
||||
///
|
||||
/// * `our_idenity_keys` - An clone of the Arc to our own identity keys.
|
||||
///
|
||||
/// * `pickle` - The pickled string of the session.
|
||||
///
|
||||
/// * `pickle_mode` - The mode that was used to pickle the session, either
|
||||
|
|
Loading…
Reference in New Issue