mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Soft assert for hydrating story context
This commit is contained in:
@@ -2869,7 +2869,11 @@ async function getConversationRangeCenteredOnMessage({
|
||||
sentAt,
|
||||
storyId,
|
||||
}),
|
||||
metrics: getMessageMetricsForConversationSync(conversationId, storyId),
|
||||
metrics: getMessageMetricsForConversationSync(
|
||||
conversationId,
|
||||
storyId,
|
||||
isGroup
|
||||
),
|
||||
};
|
||||
})();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user