mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-03 06:42:19 +00:00
Add difference
This commit is contained in:
parent
f1066d74d7
commit
e4a20af1c3
2 changed files with 54 additions and 21 deletions
|
@ -45,7 +45,7 @@ var (
|
|||
|
||||
// Mastodon
|
||||
MASTODON_DB_SCHEMA string
|
||||
MASTODON_USER_QUERY = "SELECT count(*) FROM users WHERE disabled = False;"
|
||||
MASTODON_USER_QUERY = "SELECT count(*) FROM users WHERE disabled = False AND confirmed_at IS NOT NULL AND approved = True;"
|
||||
MASTODON_IDENTIFIER = "mastodon"
|
||||
|
||||
// Mobilizon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue