diff options
author | Ilja <ilja@ilja.space> | 2022-05-28 09:43:57 +0200 |
---|---|---|
committer | Ilja <ilja@ilja.space> | 2022-06-21 12:10:27 +0200 |
commit | 3f26f1b30fe605635e3faf610f813f3ae3ad43ec (patch) | |
tree | 8f574a2c31d64bcfc6ed2b7da22c05d17f1f14a3 /config/description.exs | |
parent | 14e697a64fe2613649634d46a71acf4d9a7d7bd6 (diff) | |
download | pleroma-3f26f1b30fe605635e3faf610f813f3ae3ad43ec.tar.gz pleroma-3f26f1b30fe605635e3faf610f813f3ae3ad43ec.zip |
Add privileges for :report_handle
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs index 7e74778c5..d0364340e 100644 --- a/config/description.exs +++ b/config/description.exs @@ -969,7 +969,8 @@ config :pleroma, :config_description, [ :statuses_read, :user_tag, :user_activation, - :user_invite + :user_invite, + :report_handle ], description: "What extra priviledges to allow admins (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)" @@ -983,7 +984,8 @@ config :pleroma, :config_description, [ :statuses_read, :user_tag, :user_activation, - :user_invite + :user_invite, + :report_handle ], description: "What extra priviledges to allow moderators (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)" |