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