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

@ -368,6 +368,7 @@ try
'userId' => $comment->userId, 'userId' => $comment->userId,
'magnetId' => $comment->magnetId, 'magnetId' => $comment->magnetId,
'timeAdded' => $comment->timeAdded, 'timeAdded' => $comment->timeAdded,
'value' => $comment->value
]; ];
} }
} }