diff --git a/client/coral-embed-stream/src/NewCount.js b/client/coral-embed-stream/src/NewCount.js index 8d7333aab..8548e6a14 100644 --- a/client/coral-embed-stream/src/NewCount.js +++ b/client/coral-embed-stream/src/NewCount.js @@ -7,9 +7,9 @@ const onLoadMoreClick = ({loadMore, commentCount, firstCommentDate, assetId, upd e.preventDefault(); updateCountCache(assetId, commentCount); loadMore({ + asset_id: assetId, limit: 500, cursor: firstCommentDate, - assetId, sort: 'CHRONOLOGICAL' }, true); };