MastoAPI: Profile directory
[akkoma] / config / description.exs
index 1c8c3b4a0e8af2e61d5705ac6e02214cfbb288c2..517077acf58be36d757a5a2b262932df3e44e06b 100644 (file)
@@ -936,6 +936,11 @@ config :pleroma, :config_description, [
         key: :show_reactions,
         type: :boolean,
         description: "Let favourites and emoji reactions be viewed through the API."
+      },
+      %{
+        key: :profile_directory,
+        type: :boolean,
+        description: "Enable profile directory."
       }
     ]
   },