SafetyNumberChangeDialog: Introduce awareness of stories
This commit is contained in:
parent
709588a874
commit
5100d17ed2
36 changed files with 2531 additions and 522 deletions
|
@ -96,6 +96,10 @@ export async function sendStoryMessage(
|
|||
return acc;
|
||||
}
|
||||
|
||||
if (convo.isUnregistered()) {
|
||||
return acc;
|
||||
}
|
||||
|
||||
acc.push(uuid);
|
||||
return acc;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue