Soft assert for hydrating story context

This commit is contained in:
Josh Perez
2022-05-11 19:47:19 -04:00
committed by GitHub
parent a924591a8c
commit ddde85cdd8
3 changed files with 24 additions and 5 deletions

View File

@@ -2869,7 +2869,11 @@ async function getConversationRangeCenteredOnMessage({
sentAt,
storyId,
}),
metrics: getMessageMetricsForConversationSync(conversationId, storyId),
metrics: getMessageMetricsForConversationSync(
conversationId,
storyId,
isGroup
),
};
})();
}