fix documentation format
This commit is contained in:
parent
e323caa233
commit
1bea28e27a
|
@ -759,7 +759,7 @@ internal class MXOlmDevice @Inject constructor(
|
|||
* @param eventId the eventId of the message that will be decrypted
|
||||
* @param sessionId the session identifier.
|
||||
* @param senderKey the base64-encoded curve25519 key of the sender.
|
||||
* @return the decrypting result. Nil if the sessionId is unknown.
|
||||
* @return the decrypting result. Null if the sessionId is unknown.
|
||||
*/
|
||||
@Throws(MXCryptoError::class)
|
||||
suspend fun decryptGroupMessage(body: String,
|
||||
|
|
Loading…
Reference in New Issue