mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
add missed comment value to the feed
This commit is contained in:
parent
a82f13e639
commit
ea4ae281eb
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue