this post was submitted on 22 Jun 2023
2 points (100.0% liked)
vintech
70 readers
1 users here now
This is a place for people residing in Vietnam to discuss technology -- because sometimes the local optimum for a problem is a little bit different here.
No ads, political content, NSFW, and so on. Be helpful, kind, and patient.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That removes the users, but to update the instance stats there's one more step (thank you @sunaurus@lemm.ee):
update site_aggregates
set users = (select count(*) from local_user)
where site_id = 1;
This will force an update to the instance stats, so the bots that you removed won't show up as users. This is important as people may not wish to federate or interact with instances that appear to mostly consist of bots.