SafetyNumberChangeDialog: Introduce awareness of stories

This commit is contained in:
Scott Nonnenberg 2022-11-10 20:10:30 -08:00 committed by GitHub
parent 709588a874
commit 5100d17ed2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 2531 additions and 522 deletions

View file

@ -96,6 +96,10 @@ export async function sendStoryMessage(
return acc;
}
if (convo.isUnregistered()) {
return acc;
}
acc.push(uuid);
return acc;
},