Merge branch 'fix/openapi-limit' into 'develop'
[akkoma] / config / description.exs
index 9d8e3b93cd53409909c309d41a8dc74277bcb836..7fac1e5611a2c6766371e4ef73baf6e8fecd3fd5 100644 (file)
@@ -2273,6 +2273,20 @@ 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,