mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-02-05 11:34:38 +00:00
add missed comment value to the feed
This commit is contained in:
parent
a82f13e639
commit
ea4ae281eb
@ -364,10 +364,11 @@ try
|
||||
{
|
||||
$comments[] = (object)
|
||||
[
|
||||
'magnetCommentId' => $comment->magnetCommentId,
|
||||
'magnetCommentId' => $comment->magnetCommentId,
|
||||
'userId' => $comment->userId,
|
||||
'magnetId' => $comment->magnetId,
|
||||
'timeAdded' => $comment->timeAdded,
|
||||
'value' => $comment->value
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user