always retry all emcyrption keypairs on incoming group msg

pull/1804/head
Audric Ackermann 4 years ago
parent 12d09bc896
commit 06dfaa2482
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -51,7 +51,7 @@ export async function getAllCachedECKeyPair(groupPubKey: string) {
cacheOfClosedGroupKeyPairs.set(groupPubKey, keyPairsFound); cacheOfClosedGroupKeyPairs.set(groupPubKey, keyPairsFound);
} }
return keyPairsFound; return keyPairsFound.slice();
} }
/** /**

Loading…
Cancel
Save