Pipe device number through for sync'd sent story messages
This commit is contained in:
parent
b0203e8909
commit
5e63d8aadf
3 changed files with 8 additions and 11 deletions
|
@ -26,6 +26,7 @@ export async function onStoryRecipientUpdate(
|
|||
const conversation = window.ConversationController.get(destinationUuid);
|
||||
|
||||
if (!conversation) {
|
||||
log.info(`onStoryRecipientUpdate no conversation for ${destinationUuid}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue