Skip to content
GitLab
Projects Groups 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
    • Contributors
    • Graph
    • Compare
  • Issues 645
    • Issues 645
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 86
    • Merge requests 86
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • 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
  • #1670
Closed
Open
Issue created Apr 08, 2020 by Tetsumaki@tetsumaki2 of 2 checklist items completed2/2 checklist items

local user count is wrong

Environment

  • Installation type:
    • OTP
    • From source
  • Pleroma version: 2.0.2
  • Elixir version: N/A
  • Operating system: Void Linux
  • PostgreSQL version: 12.2

Bug description

It's normaly for users relay and internal.fetch to be considered as a user ?

In https://pleroma.tetsumaki.net/api/v1/instance -> stats -> user_count: 3 <- I think it should display 1

Single-user instance:

SELECT nickname
FROM "users"
WHERE "local" is true;

Result :

internal.fetch
relay
tetsumaki

3 rows
Assignee
Assign to
Time tracking