Add privilige :status_delete
It also allows to update a message, so it's not just deleting. I need a better name...
This commit is contained in:
parent
34a98990db
commit
0ee8f33250
5 changed files with 54 additions and 9 deletions
|
|
@ -264,7 +264,8 @@ config :pleroma, :instance,
|
|||
:user_activation,
|
||||
:user_invite,
|
||||
:report_handle,
|
||||
:user_read
|
||||
:user_read,
|
||||
:status_delete
|
||||
],
|
||||
moderator_privileges: [],
|
||||
max_endorsed_users: 20,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue