X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fapplication.ex;h=00b06f723ab224bc5e86a8cf46f4ae546bb72c4e;hb=46d7bef7e7cf63728055a30cbe6cafdda0c9c3d3;hp=7df6bc9ae4e8cb9bf7f044ec7dea438407019560;hpb=e7c175c943e9e3f53df76d812c09cfeffdb1c56b;p=akkoma diff --git a/lib/pleroma/application.ex b/lib/pleroma/application.ex index 7df6bc9ae..00b06f723 100644 --- a/lib/pleroma/application.ex +++ b/lib/pleroma/application.ex @@ -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() ++