User, Webfinger: Remove OStatus vestiges
[akkoma] / lib / pleroma / stats.ex
index 6763786a7696a8a7a09332e1585fd8a345446a25..8d2809bbbe546bce9399f069d72f11027da5ba45 100644 (file)
@@ -82,8 +82,7 @@ defmodule Pleroma.Stats do
         where: u.deactivated != true,
         where: u.local == true,
         where: not is_nil(u.nickname),
-        where: fragment("? not like 'internal.%'", u.nickname),
-        where: fragment("? not like '%/relay'", u.ap_id)
+        where: not u.invisible
       )
 
     user_count = Repo.aggregate(users_query, :count, :id)