Soft assert for hydrating story context
This commit is contained in:
parent
a924591a8c
commit
ddde85cdd8
3 changed files with 24 additions and 5 deletions
|
@ -2869,7 +2869,11 @@ async function getConversationRangeCenteredOnMessage({
|
|||
sentAt,
|
||||
storyId,
|
||||
}),
|
||||
metrics: getMessageMetricsForConversationSync(conversationId, storyId),
|
||||
metrics: getMessageMetricsForConversationSync(
|
||||
conversationId,
|
||||
storyId,
|
||||
isGroup
|
||||
),
|
||||
};
|
||||
})();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue