diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.exs | 3 | ||||
| -rw-r--r-- | config/description.exs | 5 | 
2 files changed, 7 insertions, 1 deletions
| diff --git a/config/config.exs b/config/config.exs index c9592511f..23c41eddd 100644 --- a/config/config.exs +++ b/config/config.exs @@ -254,7 +254,8 @@ config :pleroma, :instance,      ]    ],    show_reactions: true, -  password_reset_token_validity: 60 * 60 * 24 +  password_reset_token_validity: 60 * 60 * 24, +  profile_directory: true  config :pleroma, :welcome,    direct_message: [ 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."        }      ]    }, | 
