rename ftl_removal to federated_timeline_removal to keep consistent naming with Simpl...
[akkoma] / lib / pleroma / config / deprecation_warnings.ex
index dc50682eed19cf09b6c5805929a3d119202ce55d..0eb1833aab27052bc17cfaeeab8dde3d06ffbb80 100644 (file)
@@ -12,6 +12,13 @@ defmodule Pleroma.Config.DeprecationWarnings do
       You are using the old configuration mechanism for the frontend. Please check config.md.
       """)
     end
+
+    if Pleroma.Config.get(:mrf_hellthread, :threshold) do
+      Logger.warn("""
+      !!!DEPRECATION WARNING!!!
+      You are using the old configuration mechanism for the hellthread filter. Please check config.md.
+      """)
+    end
   end
 
   def warn do