Add a config option to enable strict validation
[akkoma] / config / description.exs
index 7fac1e5611a2c6766371e4ef73baf6e8fecd3fd5..9d8e3b93cd53409909c309d41a8dc74277bcb836 100644 (file)
@@ -2273,20 +2273,6 @@ config :pleroma, :config_description, [
       }
     ]
   },
-  %{
-    group: :pleroma,
-    key: :notifications,
-    type: :group,
-    description: "Notification settings",
-    children: [
-      %{
-        key: :enable_follow_request_notifications,
-        type: :boolean,
-        description:
-          "Enables notifications on new follow requests (causes issues with older PleromaFE versions)."
-      }
-    ]
-  },
   %{
     group: :pleroma,
     key: Pleroma.Emails.UserEmail,