summaryrefslogtreecommitdiff
path: root/docs/configuration
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 /docs/configuration
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 'docs/configuration')
-rw-r--r--docs/configuration/cheatsheet.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 043f819c7..a12cfff92 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -82,10 +82,16 @@ To add configuration to your config file, you can copy it from the base config.
* Allows you to view messages through the Admin-API, including non-public posts and chats
* `:messages_delete`
* Allows you to delete messages from otehr people
+ * `:instances_delete,`
+ * Allows you to delete a whole remote instance from your instance. This will delete all users and messages from that remote instance.
* `:reports_manage_reports`
* Allows you to see and manage reports
+ * `:moderation_log_read,`
+ * Allows you to read the entries in the moderation log
* `:emoji_manage_emoji`
* Allows you to manage emoji on your instance
+ * `:statistics_read,`
+ * Allows you to see some simple statistics from your instance
* `moderator_privileges`: A list of privileges a moderator has (e.g. delete messages, manage reports...)
* Possible values are the same as for `admin_privileges`