[#2332] Misc. improvements per code change requests.
[akkoma] / lib / pleroma / application.ex
index 18854b850bf5526390841ea4a0d47b7ff2dcafec..33f1705dfc85e978320f5508e782dd91f37bbb8b 100644 (file)
@@ -31,6 +31,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()
     Pleroma.HTML.compile_scrubbers()
     Pleroma.Config.DeprecationWarnings.warn()
     Pleroma.Plugs.HTTPSecurityPlug.warn_if_disabled()