prevent me query from interfering with profile photo cache
This commit is contained in:
parent
dea34e0b93
commit
01e7c7003b
|
@ -14,7 +14,6 @@ export const ME = gql`
|
||||||
hasNewNotes
|
hasNewNotes
|
||||||
tipDefault
|
tipDefault
|
||||||
bioId
|
bioId
|
||||||
photoId
|
|
||||||
hasInvites
|
hasInvites
|
||||||
upvotePopover
|
upvotePopover
|
||||||
tipPopover
|
tipPopover
|
||||||
|
@ -40,7 +39,6 @@ export const ME_SSR = gql`
|
||||||
freeComments
|
freeComments
|
||||||
tipDefault
|
tipDefault
|
||||||
bioId
|
bioId
|
||||||
photoId
|
|
||||||
upvotePopover
|
upvotePopover
|
||||||
tipPopover
|
tipPopover
|
||||||
noteItemSats
|
noteItemSats
|
||||||
|
|
Loading…
Reference in New Issue