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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}