Post merge conflict reformatting

This commit is contained in:
ericdecanini 2022-05-25 17:35:54 +02:00
parent 8647400dda
commit 927f526c6c

View file

@ -764,12 +764,14 @@ internal class MXOlmDevice @Inject constructor(
* @return the decrypting result. Null if the sessionId is unknown.
*/
@Throws(MXCryptoError::class)
suspend fun decryptGroupMessage(body: String,
roomId: String,
timeline: String?,
eventId: String,
sessionId: String,
senderKey: String): OlmDecryptionResult {
suspend fun decryptGroupMessage(
body: String,
roomId: String,
timeline: String?,
eventId: String,
sessionId: String,
senderKey: String
): OlmDecryptionResult {
val sessionHolder = getInboundGroupSession(sessionId, senderKey, roomId)
val wrapper = sessionHolder.wrapper
val inboundGroupSession = wrapper.olmInboundGroupSession