summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-08-31 16:11:01 -0500
committerrinpatch <rinpatch@sdf.org>2020-09-08 20:21:34 +0300
commit96697db3bc4d8fda90906cdeff77ae2668066bd4 (patch)
tree6ed0816e7b71e6a47b2f695794f80cb6898dabfa
parenta85ed6defbd2cec71d9a5594ef1de18d5333c7c7 (diff)
RelMe and Feed no longer configurable
-rw-r--r--docs/configuration/cheatsheet.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index bffce95e7..ec59896ec 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -353,8 +353,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)