moved DigestEmail to Oban Periodic jobs
[akkoma] / lib / pleroma / application.ex
index 69a1e4a50cad332ad9e0340bd7ccef3626e889bf..695cc28d67fa1c42d7259f7bd3b3b71a1c014816 100644 (file)
@@ -31,12 +31,9 @@ defmodule Pleroma.Application do
     children =
       [
         Pleroma.Repo,
-        Pleroma.Scheduler,
         Pleroma.Config.TransferTask,
         Pleroma.Emoji,
         Pleroma.Captcha,
-        Pleroma.Daemons.ScheduledActivityDaemon,
-        Pleroma.Daemons.ActivityExpirationDaemon,
         Pleroma.Plugs.RateLimiter.Supervisor
       ] ++
         cachex_children() ++