Merge pull request #592 from coralproject/invalidate-old-data

Invalidate old user data
This commit is contained in:
Belén Curcio
2017-05-16 08:57:32 -03:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -65,6 +65,7 @@ const EMBED_QUERY = gql`
totalCommentCount(excludeIgnored: $excludeIgnored)
}
me {
id
status
}
...${getDefinitionName(Stream.fragments.root)}
@@ -86,6 +86,7 @@ const withQuery = graphql(
gql`
query EmbedStreamProfileQuery {
me {
id
ignoredUsers {
id,
username,