mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Pipe device number through for sync'd sent story messages
This commit is contained in:
@@ -26,6 +26,7 @@ export async function onStoryRecipientUpdate(
|
||||
const conversation = window.ConversationController.get(destinationUuid);
|
||||
|
||||
if (!conversation) {
|
||||
log.info(`onStoryRecipientUpdate no conversation for ${destinationUuid}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user