瀏覽代碼

application: fix up after_supervisor_start removal backport

tags/v1.1.4
Ariadne Conill 4 年之前
父節點
當前提交
17fed5ae52
共有 1 個檔案被更改,包括 1 行新增3 行删除
  1. +1
    -3
      lib/pleroma/application.ex

+ 1
- 3
lib/pleroma/application.ex 查看文件

@@ -56,9 +56,7 @@ defmodule Pleroma.Application do
# See http://elixir-lang.org/docs/stable/elixir/Supervisor.html
# for other strategies and supported options
opts = [strategy: :one_for_one, name: Pleroma.Supervisor]
result = Supervisor.start_link(children, opts)
:ok = after_supervisor_start()
result
Supervisor.start_link(children, opts)
end

defp setup_instrumenters do


Loading…
取消
儲存