-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Problem
Currently, Hackers’ Pub users cannot pin their own posts.
While we can already fetch and display featured/pinned posts from remote actors’ profiles (thanks to federation support), local users have no way to highlight their own content.
This creates several limitations:
-
No self-introduction
New users cannot pin an introductory post to their profile.
Important information about themselves quickly gets buried in the timeline. -
No content highlighting
Users cannot keep important posts—such as project announcements, event promotions, or key articles—at the top of their profile. -
Remote/local imbalance
Hackers’ Pub fully supports fetchingfeatured
collections from remote actors, but local users are left without the same ability.
This results in an inconsistent experience between federated and local content.
Suggestion
The underlying federation layer (Fedify) already supports featured collections via setFeaturedDispatcher
.
In other words, the ActivityPub protocol side is already solved.
What’s missing is a way for local users in Hackers’ Pub to select and pin their own posts so they appear in the featured collection.
Proposal
- Add support for pinning posts locally within Hackers’ Pub.
- Provide a UI/UX action (e.g. “Pin to profile”) for posts.
- Update the local actor’s featured collection accordingly, so that pinned posts are exposed consistently across federation.