diff options
author | rinpatch <rinpatch@sdf.org> | 2020-09-08 09:49:27 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-09-08 12:55:30 +0300 |
commit | 13e606941c6ff5de64b0b104e2b0c1f2a66fda59 (patch) | |
tree | 2b7917f1a3fff12176f0dd991c2b238c6419a4ad /docs/configuration/cheatsheet.md | |
parent | 74d46a1b0945380c2254943043c5935787876288 (diff) | |
download | pleroma-13e606941c6ff5de64b0b104e2b0c1f2a66fda59.tar.gz pleroma-13e606941c6ff5de64b0b104e2b0c1f2a66fda59.zip |
Merge branch 'fix/2087-metadata' into 'develop'
Fix/2087 metadata
See merge request pleroma/secteam/pleroma!11
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 2f440adf4..b4504d1d7 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -352,8 +352,6 @@ config :pleroma, Pleroma.Web.MediaProxy.Invalidation.Http, * `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>`. - * `Pleroma.Web.Metadata.Providers.Feed` - add a link to a user's Atom feed into the `<header>` as `<link rel=alternate>`. * `unfurl_nsfw`: If set to `true` nsfw attachments will be shown in previews. ### :rich_media (consumer) |