mirror of
https://github.com/wassname/talk.git
synced 2026-07-10 09:57:17 +08:00
Allow Apollo to invalidate old user data
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user