diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2019-04-19 07:50:21 +0000 |
---|---|---|
committer | lambda <lain@soykaf.club> | 2019-04-19 07:50:21 +0000 |
commit | ada384207b2b49ce410ea19b45c97868625d6d8d (patch) | |
tree | 7ce733f6fca9bbe8d44c22a17b3b37f7d8a5554e /docs/config.md | |
parent | 218d96a26bf551e0e08c54467975fdc07206084d (diff) | |
download | pleroma-ada384207b2b49ce410ea19b45c97868625d6d8d.tar.gz pleroma-ada384207b2b49ce410ea19b45c97868625d6d8d.zip |
typo fix
docs for RelMe provider
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md index d618c5dde..5a97033b2 100644 --- a/docs/config.md +++ b/docs/config.md @@ -343,9 +343,10 @@ This config contains two queues: `federator_incoming` and `federator_outgoing`. * `max_retries`: The maximum number of times a federation job is retried ## Pleroma.Web.Metadata -* `providers`: a list of metadata providers to enable. Providers availible: +* `providers`: a list of metadata providers to enable. Providers available: * Pleroma.Web.Metadata.Providers.OpenGraph * Pleroma.Web.Metadata.Providers.TwitterCard + * Pleroma.Web.Metadata.Providers.RelMe - add links from user bio with rel=me into the `<header>` as `<link rel=me>` * `unfurl_nsfw`: If set to `true` nsfw attachments will be shown in previews ## :rich_media |