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