aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/stats.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/stats.ex')
-rw-r--r--lib/pleroma/stats.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/stats.ex b/lib/pleroma/stats.ex
index 8d2809bbb..6b3a8a41f 100644
--- a/lib/pleroma/stats.ex
+++ b/lib/pleroma/stats.ex
@@ -91,7 +91,7 @@ defmodule Pleroma.Stats do
peers: peers,
stats: %{
domain_count: domain_count,
- status_count: status_count,
+ status_count: status_count || 0,
user_count: user_count
}
}