Merge pull request #1678 from Bilb/fix-readd-clear-zombies

Fix readd clear zombies
pull/1682/head
Audric Ackermann 4 years ago committed by GitHub
commit 94cdbeaa3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -202,6 +202,8 @@ export async function handleNewClosedGroup(
maybeConvo.set('isKickedFromGroup', false);
maybeConvo.set('left', false);
maybeConvo.set('lastJoinedTimestamp', _.toNumber(envelope.timestamp));
// we just got readded. Consider the zombie list to have been cleared
maybeConvo.set('zombies', []);
} else {
const ecKeyPairAlreadyExistingConvo = new ECKeyPair(
// tslint:disable: no-non-null-assertion

Loading…
Cancel
Save