diff options
author | Hélène <pleroma-dev@helene.moe> | 2022-07-18 05:37:41 +0000 |
---|---|---|
committer | Ilja <672-ilja@users.noreply.git.pleroma.social> | 2022-07-18 05:37:41 +0000 |
commit | 92da9c4a470c8824bcf662c2be4f922dfaabc943 (patch) | |
tree | 47f4018e414fd8ecd04438f1b344e8b30f8f0908 /docs | |
parent | 275c60208bf96ed4956d823ffe3e2b2920022353 (diff) | |
download | pleroma-92da9c4a470c8824bcf662c2be4f922dfaabc943.tar.gz pleroma-92da9c4a470c8824bcf662c2be4f922dfaabc943.zip |
Apply ilja's suggestion(s) to 1 file(s)
Diffstat (limited to 'docs')
-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 d79967a51..366e307d2 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -68,7 +68,7 @@ To add configuration to your config file, you can copy it from the base config. * `admin_privileges`: A list of privileges an admin has (e.g. delete messages, manage reports...) * Possible values are: * `:users_read` - * Allows you to fetch users through the admin api + * Allows admins to fetch users through the admin API. * `:users_manage_invites` * Allows you to manage invites. This includes sending, resending, revoking and approving invites * `:users_manage_activation_state` |