From 9c448d5143316e9e5964f1f6a6bf5e95bc58b1ef Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Tue, 25 Apr 2017 16:17:10 -0300 Subject: [PATCH] View More working with asset_id --- client/coral-embed-stream/src/NewCount.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); };