SafetyNumberChangeDialog: Introduce awareness of stories
This commit is contained in:
@@ -96,6 +96,10 @@ export async function sendStoryMessage(
|
||||
return acc;
|
||||
}
|
||||
|
||||
if (convo.isUnregistered()) {
|
||||
return acc;
|
||||
}
|
||||
|
||||
acc.push(uuid);
|
||||
return acc;
|
||||
},
|
||||
|
Reference in New Issue
Block a user