Move user count to stats agent.
[akkoma] / lib / pleroma / application.ex
index 2969ca3c48c29403366635f790d56ff101db952d..cdfca8b1a1cafdcc23e571d3d4ffd644a9eb2907 100644 (file)
@@ -21,6 +21,7 @@ defmodule Pleroma.Application do
                        ]]),
       worker(Pleroma.Web.Federator, []),
       worker(Pleroma.Web.ChatChannel.ChatChannelState, []),
+      worker(Pleroma.Stats, []),
     ]
     ++ if Mix.env == :test, do: [], else: [worker(Pleroma.Web.Streamer, [])]