Purge gopher frontend
[akkoma] / lib / pleroma / application.ex
index 952579c7f87dab951739930a05b9e1eff32ec8e5..d37454d2c7cabedfbd308aff385b47e3a2ef09b5 100644 (file)
@@ -107,8 +107,7 @@ defmodule Pleroma.Application do
         ] ++
         task_children(@mix_env) ++
         dont_run_in_test(@mix_env) ++
-        shout_child(shout_enabled?()) ++
-        [Pleroma.Gopher.Server]
+        shout_child(shout_enabled?())
 
     # See http://elixir-lang.org/docs/stable/elixir/Supervisor.html
     # for other strategies and supported options