Rename pipelines and add forgotten tags
I renamed some tags before, but forgot to rename the pipelines I also had some tags which I forgot to add to the config, description, etc. These have now been done/added
This commit is contained in:
parent
15748fd301
commit
42d4bd3a5d
6 changed files with 49 additions and 34 deletions
|
|
@ -265,8 +265,11 @@ config :pleroma, :instance,
|
|||
:users_delete,
|
||||
:messages_read,
|
||||
:messages_delete,
|
||||
:instances_delete,
|
||||
:reports_manage_reports,
|
||||
:emoji_manage_emoji
|
||||
:moderation_log_read,
|
||||
:emoji_manage_emoji,
|
||||
:statistics_read
|
||||
],
|
||||
moderator_privileges: [],
|
||||
max_endorsed_users: 20,
|
||||
|
|
|
|||
|
|
@ -972,8 +972,11 @@ config :pleroma, :config_description, [
|
|||
:users_delete,
|
||||
:messages_read,
|
||||
:messages_delete,
|
||||
:instances_delete,
|
||||
:reports_manage_reports,
|
||||
:emoji_manage_emoji
|
||||
:moderation_log_read,
|
||||
:emoji_manage_emoji,
|
||||
:statistics_read
|
||||
],
|
||||
description:
|
||||
"What extra privileges to allow admins (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)"
|
||||
|
|
@ -990,8 +993,11 @@ config :pleroma, :config_description, [
|
|||
:users_delete,
|
||||
:messages_read,
|
||||
:messages_delete,
|
||||
:instances_delete,
|
||||
:reports_manage_reports,
|
||||
:emoji_manage_emoji
|
||||
:moderation_log_read,
|
||||
:emoji_manage_emoji,
|
||||
:statistics_read
|
||||
],
|
||||
description:
|
||||
"What extra privileges 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