[#3213] ActivityPub hashtags filtering refactoring. Test fix.
[akkoma] / lib / pleroma / config / transfer_task.ex
index 8a6d6689144219aae6092566bd8aeeda768820f6..aad45aab89127ad6f59d3b1147adbd2d8cd5aedc 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Config.TransferTask do
@@ -28,8 +28,7 @@ defmodule Pleroma.Config.TransferTask do
     {:pleroma, Pleroma.Captcha, [:seconds_valid]},
     {:pleroma, Pleroma.Upload, [:proxy_remote]},
     {:pleroma, :instance, [:upload_limit]},
-    {:pleroma, :gopher, [:enabled]},
-    {:pleroma, :mrf, [:policies]}
+    {:pleroma, :gopher, [:enabled]}
   ]
 
   def start_link(restart_pleroma? \\ true) do