Add web push support
[akkoma] / lib / pleroma / application.ex
index a89728471f756eaa746fe0282f626bf3fc94845a..565e938fd521b5a6674dfa4822c4089f0afd3f1d 100644 (file)
@@ -41,7 +41,8 @@ defmodule Pleroma.Application do
         ),
         worker(Pleroma.Web.Federator, []),
         worker(Pleroma.Gopher.Server, []),
-        worker(Pleroma.Stats, [])
+        worker(Pleroma.Stats, []),
+        worker(Pleroma.Web.Push, [])
       ] ++
         if Mix.env() == :test,
           do: [],