Put deprecation warnings undre Pleroma.Config.
[akkoma] / lib / pleroma / application.ex
index f63477934c63fa5df93a4537cdcd7fbcdcbd83fb..31f2605b8825f97c33276f55f95ba554aae0385a 100644 (file)
@@ -22,7 +22,7 @@ defmodule Pleroma.Application do
   def start(_type, _args) do
     import Cachex.Spec
 
-    Task.start(&Pleroma.DeprecationWarnings.warn/0)
+    Pleroma.Config.DeprecationWarnings.warn()
 
     # Define workers and child supervisors to be supervised
     children =