Merge develop
[akkoma] / lib / pleroma / application.ex
index 7df6bc9ae4e8cb9bf7f044ec7dea438407019560..00b06f723ab224bc5e86a8cf46f4ae546bb72c4e 100644 (file)
@@ -140,6 +140,11 @@ defmodule Pleroma.Application do
             id: :federator_init,
             start: {Task, :start_link, [&Pleroma.Web.Federator.init/0]},
             restart: :temporary
+          },
+          %{
+            id: :internal_fetch_init,
+            start: {Task, :start_link, [&Pleroma.Web.ActivityPub.InternalFetchActor.init/0]},
+            restart: :temporary
           }
         ] ++
         streamer_child() ++