Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 655
    • Issues 655
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 99
    • Merge requests 99
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and 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
  • PleromaPleroma
  • pleromapleroma
  • Issues
  • #2865
Closed
Open
Issue created Apr 19, 2022 by Carlos Solís@csolisr

Mastodon mobile app unusable due to lack of "short_description" API field

Environment

  • Installation type (OTP or From Source): OTP, managed by YunoHost
  • Pleroma version (could be found in the "Version" tab of settings in Pleroma-FE): 2.4.2-8-gb34f0a6e-release-2-4-2
  • Elixir version (elixir -v for from source installations, N/A for OTP): N/A
  • Operating system: Debian
  • PostgreSQL version (psql -V): 13.5 (Debian 13.5-0+deb11u1)

Bug description

Mastodon recently released an official application for iOS and Android. While Pleroma is mostly compatible with Mastodon's API, the mobile application now has a required field that is currently not exposed by Pleroma's API, namely short_description:

imagen

As per issue #1470, this field along with approval_required, which were added in Mastodon's API version 2.9.2, were deemed "not applicable" at the moment of creating the equivalent Pleroma API. There are two ways of fixing this: by adding the corresponding API entry (potentially mirroring the value on description if required), or by asking the creators of the Mastodon app to relax their requirements and accept description as a fallback value if short_description is not exposed by an alternate API.

Assignee
Assign to
Time tracking