I created a lemmy instance and noticed the stats on the index page showed that the instance had 2 users registered, even though only the admin account existed at that point. I created a second account, and now it shows 3 users. However, the database query SELECT name from person WHERE local='t';
only shows only the admin account and the second account I made.
https://i.imgur.com/haNw37o.png
Is this normal behavior or is there a way I can fix it?
I’m pretty sure that’s some workaround against a divide by zero bug that made it from hotfix to permanent fixture.
Sad days.