freefeed-react-client icon indicating copy to clipboard operation
freefeed-react-client copied to clipboard

feat(posts): allow user to pin own posts to top of profile feed

Open kukutz opened this issue 5 months ago • 1 comments

  • Adds Pin/Unpin for own posts in the post “More” menu
  • New client API calls: POST /v2/posts/:postId/pin and /unpin
  • Lifts pinned posts to the top of user feeds (stable within pinned/non-pinned)
  • Shows a thumbtack icon on pinned posts
  • Notes: server must expose the new endpoints and emit post.isPinned

kukutz avatar Aug 10 '25 18:08 kukutz