Add privilige :emoji_management
This commit is contained in:
parent
0ee8f33250
commit
ecd42a2ce1
6 changed files with 138 additions and 7 deletions
|
|
@ -265,7 +265,8 @@ config :pleroma, :instance,
|
|||
:user_invite,
|
||||
:report_handle,
|
||||
:user_read,
|
||||
:status_delete
|
||||
:status_delete,
|
||||
:emoji_management
|
||||
],
|
||||
moderator_privileges: [],
|
||||
max_endorsed_users: 20,
|
||||
|
|
|
|||
|
|
@ -972,7 +972,8 @@ config :pleroma, :config_description, [
|
|||
:user_invite,
|
||||
:report_handle,
|
||||
:user_read,
|
||||
:status_delete
|
||||
:status_delete,
|
||||
:emoji_management
|
||||
],
|
||||
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)"
|
||||
|
|
@ -989,7 +990,8 @@ config :pleroma, :config_description, [
|
|||
:user_invite,
|
||||
:report_handle,
|
||||
:user_read,
|
||||
:status_delete
|
||||
:status_delete,
|
||||
:emoji_management
|
||||
],
|
||||
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