Skip to content

Commit

Permalink
fix: Add collapsed pins property (#4115)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarTrebinjac authored Jan 28, 2025
1 parent 5ec906a commit a261a27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/shared/src/graphql/fragments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ export const FEED_POST_INFO_FRAGMENT = gql`
permalink
image
type
currentMember {
flags {
collapsePinnedPosts
}
}
}
userState {
vote
Expand Down

0 comments on commit a261a27

Please sign in to comment.