diff options
author | lain <lain@soykaf.club> | 2019-10-07 12:31:51 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-10-07 12:31:51 +0000 |
commit | 6c278cfe09fb9fd5220743d8f69c6e232623a09b (patch) | |
tree | 93f1716551e6677193b05f33583579e68ad512c2 /docs/configuration | |
parent | e8395bedd2164723b641e1e28cf08e40875893bf (diff) | |
parent | 0a99f1e8c5551dcf170722e5087a0401b2d907af (diff) | |
download | pleroma-6c278cfe09fb9fd5220743d8f69c6e232623a09b.tar.gz pleroma-6c278cfe09fb9fd5220743d8f69c6e232623a09b.zip |
Merge branch 'develop' into 'reactions'
# Conflicts:
# CHANGELOG.md
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/cheatsheet.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index b86799ecc..8d85276ed 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -475,6 +475,7 @@ config :pleroma, :workers, * 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 |