Browse Source

add missed comment value to the feed

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

1
src/crontab/export/feed.php

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

Loading…
Cancel
Save