User, Webfinger: Remove OStatus vestiges
[akkoma] / config / description.exs
index 62f17c92f3595eeeb21c96f76fd45e4165bb18e7..d7788a63d2f66cecc635317378cab20f1cb6bd9d 100644 (file)
@@ -2274,20 +2274,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,