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