Add privileges for :report_handle
This commit is contained in:
parent
14e697a64f
commit
3f26f1b30f
4 changed files with 84 additions and 9 deletions
|
|
@ -262,7 +262,8 @@ config :pleroma, :instance,
|
|||
:statuses_read,
|
||||
:user_tag,
|
||||
:user_activation,
|
||||
:user_invite
|
||||
:user_invite,
|
||||
:report_handle
|
||||
],
|
||||
moderator_privileges: [],
|
||||
max_endorsed_users: 20,
|
||||
|
|
|
|||
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue