mirror of
https://github.com/wassname/talk.git
synced 2026-07-29 11:28:24 +08:00
StopIgnoringUser does not refetch EmbedQuery
This commit is contained in:
@@ -139,9 +139,6 @@ const extension = {
|
||||
}
|
||||
}),
|
||||
StopIgnoringUser: ({variables}) => ({
|
||||
refetchQueries: [
|
||||
'EmbedQuery',
|
||||
],
|
||||
updateQueries: {
|
||||
EmbedStreamProfileQuery: (previousData, {mutationResult}) => {
|
||||
const noLongerIgnoredUserId = variables.id;
|
||||
|
||||
Reference in New Issue
Block a user