Merge pull request #914 from coralproject/ignored

Top-level comments by ignored user are tombstoned, but replies should be as well
This commit is contained in:
Kim Gardner
2017-09-04 11:32:10 +01:00
committed by GitHub
@@ -91,6 +91,11 @@ const singleCommentFragment = gql`
const withCommentFragments = withFragments({
root: gql`
fragment CoralEmbedStream_Comment_root on RootQuery {
me {
ignoredUsers {
id
}
}
__typename
${getSlotFragmentSpreads(slots, 'root')}
}