diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-01-31 15:23:50 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-01-31 15:23:50 +0700 |
commit | 58e250d9d27205116df5634d909ec1e43ea55286 (patch) | |
tree | 5ae4cfdc672e679ae1500b01dbd79f3c2bbb580f | |
parent | d3677d2b4d4d53619777509e0169bb0764213d39 (diff) | |
download | pleroma-58e250d9d27205116df5634d909ec1e43ea55286.tar.gz |
fix merge
-rw-r--r-- | lib/pleroma/application.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/application.ex b/lib/pleroma/application.ex index e81816e35..e44c48c35 100644 --- a/lib/pleroma/application.ex +++ b/lib/pleroma/application.ex @@ -109,7 +109,7 @@ defmodule Pleroma.Application do worker(Pleroma.Stats, []), worker(Pleroma.Web.Push, []), worker(Pleroma.Jobs, []), - worker(Task, [&Pleroma.Web.Federator.init/0], restart: :temporary) + worker(Task, [&Pleroma.Web.Federator.init/0], restart: :temporary) ] ++ streamer_child() ++ chat_child() ++ |