X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpleroma%2Fapplication.ex;h=2969ca3c48c29403366635f790d56ff101db952d;hb=d7da3ca05d87ce7c0c799031c00dd1a80aba9c18;hp=6267d0695b59ce9b5b59ed5941f09c7addf2fa82;hpb=11ea08649d5a5e5d2ac9ee29406f53240be77ec4;p=akkoma diff --git a/lib/pleroma/application.ex b/lib/pleroma/application.ex index 6267d0695..2969ca3c4 100644 --- a/lib/pleroma/application.ex +++ b/lib/pleroma/application.ex @@ -18,8 +18,11 @@ defmodule Pleroma.Application do default_ttl: 25000, ttl_interval: 1000, limit: 2500 - ]]) + ]]), + worker(Pleroma.Web.Federator, []), + worker(Pleroma.Web.ChatChannel.ChatChannelState, []), ] + ++ if Mix.env == :test, do: [], else: [worker(Pleroma.Web.Streamer, [])] # See http://elixir-lang.org/docs/stable/elixir/Supervisor.html # for other strategies and supported options