diff --git a/ts/receiver/closedGroups.ts b/ts/receiver/closedGroups.ts index 1e35a6e03..3dc5045d8 100644 --- a/ts/receiver/closedGroups.ts +++ b/ts/receiver/closedGroups.ts @@ -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