So... There seems to be a common misconception where people assume all of Mastodon has 180,000 users because mastodon.social says it's home to that number of users.

The real number is closer to 1,5 million. Those 180k are only mastodon.social users and there are like... 3,000 other servers?

I wonder what I should do. 🤔

@Gargron pull account number?

Add?

@thegibson Pull from where tho. Some central aggregating service, one of the few that exist right now. What if it's down? What if it's being slow?

Using total row count of accounts table might be more reliable and more in spirit.

@Gargron Yes the accounts table would be a good idea for the instance, although there are also dead accounts in there and that number would be lower after they are purged with the purge_removed_accounts rake task (what I periodically do). I'm afraid people would refrain from using this rake task, to keep the known user count higher.

@thegibson

@jeroenpraat @Gargron I'm sure dead accounts were counted on other platforms...
@thegibson Yes but still, if you want to use the accounts table after purging those dead accounts, AFAIK they wouldn't be there anymore, so also not counted.
@Gargron