Skip to content

Commit

Permalink
fix: CommentBaseFields issue breaks quoted comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Nov 4, 2023
1 parent d9ba945 commit 234d627
Show file tree
Hide file tree
Showing 2 changed files with 55,665 additions and 766 deletions.
7 changes: 6 additions & 1 deletion packages/lens/documents/fragments/CommentBaseFields.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ fragment CommentBaseFields on Comment {
...OpenActionModulesFields
}
root {
...PostFields
... on Post {
...PostFields
}
... on Quote {
...QuoteBaseFields
}
}
profilesMentioned {
snapshotHandleMentioned {
Expand Down
Loading

2 comments on commit 234d627

@vercel
Copy link

@vercel vercel bot commented on 234d627 Nov 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

prerender – ./apps/prerender

prerender-heyxyz.vercel.app
prerender-git-main-heyxyz.vercel.app
prerender.hey.xyz

@vercel
Copy link

@vercel vercel bot commented on 234d627 Nov 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./apps/web

heyxyz.vercel.app
hey.xyz
web-git-main-heyxyz.vercel.app
web-heyxyz.vercel.app

Please sign in to comment.