Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Van Nguyen <[email protected]>
  • Loading branch information
nguyennv committed Dec 11, 2024
1 parent 9021347 commit 288b747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/message/encrypted_message.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ final class EncryptedMessage extends BaseMessage
final Iterable<PrivateKeyInterface> decryptionKeys = const [],
final Iterable<String> passwords = const [],
}) {
_sessionKey = decryptSessionKey(
_sessionKey ??= decryptSessionKey(
packetList,
decryptionKeys: decryptionKeys,
passwords: passwords,
Expand Down

0 comments on commit 288b747

Please sign in to comment.