diff options
author | marcin mikołajczak <me@mkljczk.pl> | 2021-12-26 02:35:17 +0000 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-12-26 02:35:17 +0000 |
commit | de006443f0bc8cfb3ad28b29b2d8ea9581e760b6 (patch) | |
tree | f26e66d8a2c7baeb67803245c1eaa9fa0f9f9790 /config/description.exs | |
parent | 73609211a425922a5068d3912a36b82abe24e12c (diff) | |
download | pleroma-de006443f0bc8cfb3ad28b29b2d8ea9581e760b6.tar.gz pleroma-de006443f0bc8cfb3ad28b29b2d8ea9581e760b6.zip |
MastoAPI: Profile directory
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 1c8c3b4a0..517077acf 100644 --- a/config/description.exs +++ b/config/description.exs @@ -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." } ] }, |