clear our zombie list if we get readded to a closed group

pull/1678/head
Audric Ackermann 4 years ago
parent 623f3da4a2
commit f186bdbe39
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -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