Skip to content

Commit

Permalink
no need to store inbound after decrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Jul 20, 2022
1 parent 51376cc commit 78afa3f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,6 @@ internal class MXOlmDevice @Inject constructor(
}
replayAttackMap[messageIndexKey] = eventId
}
inboundGroupSessionStore.storeInBoundGroupSession(sessionHolder, sessionId, senderKey)
val payload = try {
val adapter = MoshiProvider.providesMoshi().adapter<JsonDict>(JSON_DICT_PARAMETERIZED_TYPE)
val payloadString = convertFromUTF8(decryptResult.mDecryptedMessage)
Expand Down

0 comments on commit 78afa3f

Please sign in to comment.