Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 597
    • Issues 597
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 103
    • Merge requests 103
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Pleroma
  • pleromapleroma
  • Issues
  • #124
Closed
Open
Created Apr 11, 2018 by lain@lambadalambdaOwner

MastoAPI: Support `pinned` parameter in Account api

This is part of #109 (closed) but gets its own issue because it is a real bug.

When you use the pinned=true parameter, Mastodon versions > 1.6 will return only the pinned posts. As we don't support this yet, we'll return all posts, so the client will think all posts are pinned. We claim to support 2.3.3, so this is a bug.

The easiest quick fix is to just return and empty list when there parameter is there and worry about actually supporting it later.

https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md#getting-an-accounts-statuses

Assignee
Assign to
Time tracking