support sdk feature for fast comments
This commit is contained in:
parent
2f995be794
commit
c0be817960
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ export function doCommentList(uri: string, page: number = 1, pageSize: number =
|
||||||
claim_id: claimId,
|
claim_id: claimId,
|
||||||
page,
|
page,
|
||||||
page_size: pageSize,
|
page_size: pageSize,
|
||||||
|
include_replies: true,
|
||||||
|
skip_validation: true,
|
||||||
})
|
})
|
||||||
.then((result: CommentListResponse) => {
|
.then((result: CommentListResponse) => {
|
||||||
const { items: comments } = result;
|
const { items: comments } = result;
|
||||||
|
|
Loading…
Reference in a new issue