mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
Remove voting related fragments for now
This commit is contained in:
parent
ba7ad9e006
commit
ec5d64cd6e
1 changed files with 0 additions and 13 deletions
|
@ -43,19 +43,6 @@ registerFragment(`
|
|||
postCount
|
||||
# vulcan:comments
|
||||
commentCount
|
||||
# vulcan:voting
|
||||
downvotedComments {
|
||||
...VotedItem
|
||||
}
|
||||
downvotedPosts {
|
||||
...VotedItem
|
||||
}
|
||||
upvotedComments {
|
||||
...VotedItem
|
||||
}
|
||||
upvotedPosts {
|
||||
...VotedItem
|
||||
}
|
||||
}
|
||||
`);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue