diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-17 02:06:58 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-17 02:06:58 +0700 |
commit | 36d66d965519037d086ad5080ccf833801c3381e (patch) | |
tree | 9d4a4e0537eea0849c061316d4c95ca95205a0f1 /docs/configuration/cheatsheet.md | |
parent | d81c3afbb2f020226909afed851d2aa623fdcdb0 (diff) | |
download | pleroma-36d66d965519037d086ad5080ccf833801c3381e.tar.gz |
Fix typo
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 8fa4a1747..cdc7c5ee0 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -151,7 +151,7 @@ config :pleroma, :mrf_user_allowlist, * `outgoing_blocks`: Whether to federate blocks to other instances * `deny_follow_blocked`: Whether to disallow following an account that has blocked the user in question * `sign_object_fetches`: Sign object fetches with HTTP signatures -* `authorized_fetch_mode`: Require HTTP Signature for AP fetches +* `authorized_fetch_mode`: Require HTTP signatures for AP fetches ### :fetch_initial_posts * `enabled`: if enabled, when a new user is federated with, fetch some of their latest posts |