Use the Pleroma.Config alias

This commit is contained in:
Mark Felder 2020-07-09 10:53:51 -05:00
commit d23804f191
12 changed files with 41 additions and 41 deletions

View file

@ -35,7 +35,7 @@ defmodule Pleroma.Application do
# See http://elixir-lang.org/docs/stable/elixir/Application.html
# for more information on OTP Applications
def start(_type, _args) do
Pleroma.Config.Holder.save_default()
Config.Holder.save_default()
Pleroma.HTML.compile_scrubbers()
Config.DeprecationWarnings.warn()
Pleroma.Plugs.HTTPSecurityPlug.warn_if_disabled()