add missed comment value to the feed

This commit is contained in:
ghost 2023-09-14 16:57:19 +03:00
parent a82f13e639
commit ea4ae281eb

View file

@ -364,10 +364,11 @@ try
{ {
$comments[] = (object) $comments[] = (object)
[ [
'magnetCommentId' => $comment->magnetCommentId, 'magnetCommentId' => $comment->magnetCommentId,
'userId' => $comment->userId, 'userId' => $comment->userId,
'magnetId' => $comment->magnetId, 'magnetId' => $comment->magnetId,
'timeAdded' => $comment->timeAdded, 'timeAdded' => $comment->timeAdded,
'value' => $comment->value
]; ];
} }
} }