summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorIlja <ilja@ilja.space>2022-05-28 12:15:36 +0200
committerIlja <ilja@ilja.space>2022-06-21 12:10:27 +0200
commitcbb26262a5957d3a72bef383a394bb3b2ad0215d (patch)
tree7a659afc43639e16f04350f9938301135a95eaa0 /config/description.exs
parent3f26f1b30fe605635e3faf610f813f3ae3ad43ec (diff)
downloadpleroma-cbb26262a5957d3a72bef383a394bb3b2ad0215d.tar.gz
pleroma-cbb26262a5957d3a72bef383a394bb3b2ad0215d.zip
Add privileges for :user_read
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs
index d0364340e..6d8cacace 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -970,7 +970,8 @@ config :pleroma, :config_description, [
:user_tag,
:user_activation,
:user_invite,
- :report_handle
+ :report_handle,
+ :user_read
],
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)"
@@ -985,7 +986,8 @@ config :pleroma, :config_description, [
:user_tag,
:user_activation,
:user_invite,
- :report_handle
+ :report_handle,
+ :user_read
],
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)"