@stream-io/feeds-client 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4259,6 +4259,9 @@ class Feed extends FeedApi {
4259
4259
  const newComment = {
4260
4260
  ...newComments[commentIndex],
4261
4261
  ...commentCopy,
4262
+ // TODO: FIXME this should be handled by the backend
4263
+ latest_reactions: commentCopy.latest_reactions ?? [],
4264
+ reaction_groups: commentCopy.reaction_groups ?? {},
4262
4265
  };
4263
4266
  newComments[commentIndex] = newComment;
4264
4267
  if (reaction.user.id === connectedUser?.id) {