diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-07-27 15:24:20 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-07-27 15:24:20 -0500 |
commit | 520dce857e4a6d3cdce275c46b3ad7b46a582c76 (patch) | |
tree | e9a67b2b05ba68fdf18352f3c020f8c6e887ee42 /config | |
parent | 6f44a0ee84a8dca7a94a38b45493a444390f13ec (diff) | |
download | pleroma-520dce857e4a6d3cdce275c46b3ad7b46a582c76.tar.gz pleroma-520dce857e4a6d3cdce275c46b3ad7b46a582c76.zip |
Add :registration_reason_length to description.exs
Diffstat (limited to 'config')
-rw-r--r-- | config/description.exs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 509effbc3..df9f256ef 100644 --- a/config/description.exs +++ b/config/description.exs @@ -880,6 +880,14 @@ config :pleroma, :config_description, [ ] }, %{ + key: :registration_reason_length, + type: :integer, + description: "Maximum registration reason length. Default: 500.", + suggestions: [ + 500 + ] + }, + %{ key: :external_user_synchronization, type: :boolean, description: "Enabling following/followers counters synchronization for external users" |