forked from AkkomaGang/akkoma
Format files
This commit is contained in:
parent
67dadd954e
commit
65168393d8
2 changed files with 1 additions and 2 deletions
|
@ -1,2 +1 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ def nodeinfo(conn, %{"version" => "2.0"}) do
|
||||||
openRegistrations: Keyword.get(@instance, :registrations_open),
|
openRegistrations: Keyword.get(@instance, :registrations_open),
|
||||||
usage: %{
|
usage: %{
|
||||||
users: %{
|
users: %{
|
||||||
total: Stats.get_stats().user_count,
|
total: Stats.get_stats().user_count
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
metadata: %{}
|
metadata: %{}
|
||||||
|
|
Loading…
Reference in a new issue