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
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;
},