Skip to content
Snippets Groups Projects
Commit f53d464d authored by lain's avatar lain
Browse files

Put deprecation warnings undre Pleroma.Config.

parent 8e8a1e1b
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ defmodule Pleroma.Application do
def start(_type, _args) do
import Cachex.Spec
Pleroma.DeprecationWarnings.warn()
Pleroma.Config.DeprecationWarnings.warn()
# Define workers and child supervisors to be supervised
children =
......
......@@ -2,7 +2,7 @@
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.DeprecationWarnings do
defmodule Pleroma.Config.DeprecationWarnings do
require Logger
def check_frontend_config_mechanism() do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment