feat: add featured/pinned posts support #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The AP layer now serves
GET /users/{id}/featuredvia k-ap, which callsApContentReader::get_featured_objects(). Currently returns an empty collection (default no-op).Requirements
pinned: boolcolumn tothoughtstable (migration)POST/DELETE /thoughts/{id}/pin)get_featured_objects()onThoughtsObjectHandlerto return AP URLs of pinned thoughtsMastodon and Pleroma follow the
featuredlink from the actor profile to discover pinned posts.