Put deprecation warnings undre Pleroma.Config.
[akkoma] / lib / pleroma / application.ex
index aa46bcbc44b1df408322a647acc27e0e58d72860..31f2605b8825f97c33276f55f95ba554aae0385a 100644 (file)
@@ -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 =