mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
Asset commentCount and totalCommentCount can be personalized by notIgnoredBy
This commit is contained in:
@@ -36,8 +36,8 @@ query AssetQuery($asset_id: ID, $asset_url: String, $comment_id: ID!, $has_comme
|
||||
charCount
|
||||
requireEmailConfirmation
|
||||
}
|
||||
commentCount
|
||||
totalCommentCount
|
||||
commentCount(notIgnoredBy: $notIgnoredBy)
|
||||
totalCommentCount(notIgnoredBy: $notIgnoredBy)
|
||||
comments(limit: 10, notIgnoredBy: $notIgnoredBy) {
|
||||
...commentView
|
||||
replyCount(notIgnoredBy: $notIgnoredBy)
|
||||
|
||||
Reference in New Issue
Block a user