Merge branch 'master' into report-popup-fix

This commit is contained in:
Riley Davis
2017-04-25 16:14:56 -06:00
committed by GitHub
+1 -1
View File
@@ -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);
};