summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorIlja <ilja@ilja.space>2022-07-02 08:55:14 +0200
committerIlja <ilja@ilja.space>2022-07-02 08:55:14 +0200
commit42d4bd3a5d49a472b8fcb85e6cd413eb0d6dab3f (patch)
treec3e14fa192a95f9faed75cb2e3db99a6670bb39c /config/description.exs
parent15748fd30148b8188824bf10fac4c49b6821b041 (diff)
downloadpleroma-42d4bd3a5d49a472b8fcb85e6cd413eb0d6dab3f.tar.gz
pleroma-42d4bd3a5d49a472b8fcb85e6cd413eb0d6dab3f.zip
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
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs10
1 files changed, 8 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs
index 66ae53d42..134cefa85 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -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)"