Big-Fig / Fediverse.app

A client for Pleroma and Mastodon instances written using Flutter
https://fediapp.com
GNU Affero General Public License v3.0
141 stars 19 forks source link

Pinned posts missing from user profiles #16

Closed feld closed 4 years ago

feld commented 4 years ago

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.

xal commented 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.

Screen Shot 2020-04-25 at 14 24 59

@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

xal commented 4 years ago

Implemented in 2.0.17