style: Cleanup

This commit is contained in:
2023-01-22 19:07:02 +01:00
parent a97f8bc372
commit 3fb5fd7eb8
2 changed files with 7 additions and 8 deletions

View File

@@ -277,7 +277,6 @@ class OmemoManager {
List<int>? keyAndHmac;
OmemoAuthenticatedMessage authMessage;
OmemoMessage? message;
var ratchetCreated = false;
// If the ratchet already existed, we store it. If it didn't, oldRatchet will stay
// null.
@@ -372,7 +371,7 @@ class OmemoManager {
try {
return _InternalDecryptionResult(
ratchetCreated,
false,
false,
await _decryptAndVerifyHmac(ciphertext, keyAndHmac),
);