mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +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)
|
||||
[
|
||||
'magnetCommentId' => $comment->magnetCommentId,
|
||||
'magnetCommentId' => $comment->magnetCommentId,
|
||||
'userId' => $comment->userId,
|
||||
'magnetId' => $comment->magnetId,
|
||||
'timeAdded' => $comment->timeAdded,
|
||||
'value' => $comment->value
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue