A calm place to write long-form, and publish it to the open social web. skypress.blog/
0

Configure Feed

Select the types of activity you want to include in your feed.

PostActions: remove the signed-in 'View the full thread on Bluesky' link

The signed-in action bar already brings existing reactions to the post via
the Like/Repost/Quote/Reply buttons, so the standalone thread link below the
public-actions note was redundant. The signed-out 'View this post on Bluesky'
affordance is left in place.

-3
-3
src/components/PostActions.tsx
··· 303 303 <p className="post-actions__note"> 304 304 Likes, reposts, quotes, and replies are public and happen on Bluesky. 305 305 </p> 306 - <a className="post-actions__thread" href={ threadUrl } target="_blank" rel="noopener noreferrer"> 307 - View the full thread on Bluesky 308 - </a> 309 306 </div> 310 307 ); 311 308 }