Skip to content

Commit

Permalink
fix: expose PublicationOperations#hasQuoted flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Jun 18, 2024
1 parent 7f06c20 commit 5a6e644
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/pink-oranges-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@lens-protocol/api-bindings": patch
"@lens-protocol/react": patch
"@lens-protocol/react-native": patch
"@lens-protocol/react-web": patch
---

**fix:** expose PublicationOperations#hasQuoted flag.
1 change: 1 addition & 0 deletions packages/api-bindings/src/lens/graphql/fragments.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ fragment PublicationOperations on PublicationOperations {
canMirror
canQuote
hasMirrored
hasQuoted
canDecrypt {
...CanDecryptResponse
}
Expand Down
Loading

0 comments on commit 5a6e644

Please sign in to comment.