diff options
author | Hélène <pleroma-dev@helene.moe> | 2022-07-18 05:39:03 +0000 |
---|---|---|
committer | Ilja <672-ilja@users.noreply.git.pleroma.social> | 2022-07-18 05:39:03 +0000 |
commit | d622fe8d487765dcc59aa94c6156bd4739bdf7a6 (patch) | |
tree | 1ee2ccfb08b12b2e877f5aaa25bc4627b98a83b9 /docs/configuration/cheatsheet.md | |
parent | 02b4b4da4753725c9508da3d0da01ce829958bfa (diff) | |
download | pleroma-d622fe8d487765dcc59aa94c6156bd4739bdf7a6.tar.gz pleroma-d622fe8d487765dcc59aa94c6156bd4739bdf7a6.zip |
Apply ilja's suggestion(s) to 1 file(s)
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 4fa508e3b..9ad0718d0 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -80,7 +80,7 @@ To add configuration to your config file, you can copy it from the base config. * `:users_delete` * Allows admins to delete accounts. Note that deleting an account is actually deactivating it and removing all data like posts, profile information, etc. * `:messages_read` - * Allows you to view messages through the Admin-API, including non-public posts and chats + * Allows admins to read messages through the admin API, including non-public posts and chats. * `:messages_delete` * Allows you to delete messages from otehr people * `:instances_delete,` |