Add OpenAPI spec for `AccountController.identity_proofs` operation
[akkoma] / config / description.exs
index 642f1a3ce9d2be466a15fe24495dfb189bf8ed0b..b1938912cb7fa72c1e69cc66cb7fc10937d65762 100644 (file)
@@ -2267,6 +2267,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,