support sdk feature for fast comments

This commit is contained in:
jessop 2020-07-31 18:40:36 -04:00
parent 2f995be794
commit c0be817960

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;