Merge pull request #4616 from lbryio/feat-supportSdkFastCommentFetch

support sdk feature for fast comments
This commit is contained in:
Andrey Beletsky 2020-08-11 12:32:17 +07:00 committed by GitHub
commit 70a8799036
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,8 @@ export function doCommentList(uri: string, page: number = 1, pageSize: number =
claim_id: claimId,
page,
page_size: pageSize,
include_replies: true,
skip_validation: true,
})
.then((result: CommentListResponse) => {
const { items: comments } = result;