diff options
author | Alibek Omarov <a1ba.omarov@gmail.com> | 2021-12-27 03:12:32 +0300 |
---|---|---|
committer | Alibek Omarov <a1ba.omarov@gmail.com> | 2021-12-27 03:42:03 +0300 |
commit | f02715c4b2bfe5b1f055e44d8fece2047d85b611 (patch) | |
tree | 640f69acdad34ea48d9473f409de3195dbda2c13 /config | |
parent | f66675f349a6e6b8111280e1abd23871688f6179 (diff) | |
download | pleroma-f02715c4b2bfe5b1f055e44d8fece2047d85b611.tar.gz |
Fix lint errors
Diffstat (limited to 'config')
-rw-r--r-- | config/description.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index a8fbd4d73..ea3f34abe 100644 --- a/config/description.exs +++ b/config/description.exs @@ -945,7 +945,8 @@ config :pleroma, :config_description, [ %{ key: :privileged_staff, type: :boolean, - description: "Let moderators access sensitive data (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)" + description: + "Let moderators access sensitive data (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)" } ] }, |