mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-10 00:48:44 -04:00
cyrpto: Fix the docs for the Session encrypt method.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user