Skip to content

Commit

Permalink
Merge pull request #532 from coralproject/fix-view-more
Browse files Browse the repository at this point in the history
Fix: View More working with asset_id
  • Loading branch information
jde authored Apr 25, 2017
2 parents 5db9ea6 + d4c4b5a commit 7d0aac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/coral-embed-stream/src/NewCount.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
};
Expand Down

0 comments on commit 7d0aac5

Please sign in to comment.