Pipe device number through for sync'd sent story messages

This commit is contained in:
Scott Nonnenberg
2022-10-05 13:49:43 -07:00
committed by GitHub
parent b0203e8909
commit 5e63d8aadf
3 changed files with 8 additions and 11 deletions

View File

@@ -26,6 +26,7 @@ export async function onStoryRecipientUpdate(
const conversation = window.ConversationController.get(destinationUuid);
if (!conversation) {
log.info(`onStoryRecipientUpdate no conversation for ${destinationUuid}`);
return;
}