Put deprecation warnings undre Pleroma.Config.

This commit is contained in:
lain 2019-01-28 14:39:54 +01:00
parent 8e8a1e1ba8
commit f53d464db0
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ defmodule Pleroma.Application do
def start(_type, _args) do def start(_type, _args) do
import Cachex.Spec import Cachex.Spec
Pleroma.DeprecationWarnings.warn() Pleroma.Config.DeprecationWarnings.warn()
# Define workers and child supervisors to be supervised # Define workers and child supervisors to be supervised
children = children =

View File

@ -2,7 +2,7 @@
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/> # Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only # SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.DeprecationWarnings do defmodule Pleroma.Config.DeprecationWarnings do
require Logger require Logger
def check_frontend_config_mechanism() do def check_frontend_config_mechanism() do