Closed feld closed 4 years ago
Official mastodon docs don't have pinned arguments for api/v1/accounts/:id/statuses
endpoint and pleroma don't have more information about this too. However openweb.social instance uses pinned=true
argument to display pinned posts.
@feld It looks like Pleroma Accounts API controller don't support pinned argument. I can open issue on Pleroma tracker to implement pinned
argument functionality
Implemented in 2.0.17
When looking at e.g., my own user profile it should show my pinned posts at the top but they're missing. This is something clients have to implement, but I kind of feel like the server should do it for you... I'll discuss internally about improvements in this area.