From 2195da1cd895726864fe8864870b40dfdbcbdb9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 2 Sep 2020 12:28:18 +0200 Subject: [PATCH] crypto: Fix some docs. --- matrix_sdk_crypto/src/olm/group_sessions.rs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/matrix_sdk_crypto/src/olm/group_sessions.rs b/matrix_sdk_crypto/src/olm/group_sessions.rs index 8781d751..30d6aec9 100644 --- a/matrix_sdk_crypto/src/olm/group_sessions.rs +++ b/matrix_sdk_crypto/src/olm/group_sessions.rs @@ -172,18 +172,10 @@ impl InboundGroupSession { /// /// # Arguments /// - /// * `pickle` - The pickled string of the group session session. + /// * `pickle` - The pickled version of the `InboundGroupSession`. /// /// * `pickle_mode` - The mode that was used to pickle the session, either /// an unencrypted mode or an encrypted using passphrase. - /// - /// * `sender_key` - The public curve25519 key of the account that - /// sent us the session - /// - /// * `signing_key` - The public ed25519 key of the account that - /// sent us the session. - /// - /// * `room_id` - The id of the room that the session is used in. pub fn from_pickle( pickle: PickledInboundGroupSession, pickle_mode: PicklingMode,