Browse Source

add missed comment value to the feed

main
ghost 1 year ago
parent
commit
ea4ae281eb
  1. 3
      src/crontab/export/feed.php

3
src/crontab/export/feed.php

@ -364,10 +364,11 @@ try @@ -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…
Cancel
Save