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 100
    • Merge requests 100
  • 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
  • #903
Closed
Open
Issue created May 16, 2019 by nik@nik

MastoAPI can return following AND follow requested relationships at the same time

On endpoint: https://letsalllovela.in/api/v1/accounts/relationships?id[]=<id>

[
  {
    "blocking": false,
    "domain_blocking": false,
    "endorsed": false,
    "followed_by": false,
    "following": true,
    "id": "9igJNHkszjKbkXxd2m",
    "muting": false,
    "muting_notifications": false,
    "requested": true,
    "showing_reblogs": true,
    "subscribing": false
  }
]

Both requested and following are true at the same time, and despite already following the user, this creates a UI bug which shows the user as follow pending:

image

Assignee
Assign to
Time tracking