diff options
author | kaniini <nenolod@gmail.com> | 2019-01-31 16:22:26 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-01-31 16:22:26 +0000 |
commit | fb9730010e794a7f80c94b4320fd0591f2e7c93c (patch) | |
tree | 90a2a6499cddfed17d203d6af11b46a3b9dad36a /docs/config.md | |
parent | bd89cdbe318ce12e0273163a51f2907e6e763be6 (diff) | |
parent | 7057891db649e1a72abfda13418d8c4bddd4ec92 (diff) | |
download | pleroma-fb9730010e794a7f80c94b4320fd0591f2e7c93c.tar.gz |
Merge branch 'fix/rich-media-disable-in-config' into 'develop'
Make rich media support toggleable
See merge request pleroma/pleroma!748
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index 4f4a4378c..902c1e188 100644 --- a/docs/config.md +++ b/docs/config.md @@ -235,6 +235,9 @@ curl "http://localhost:4000/api/pleroma/admin/invite_token?admin_token=somerando * Pleroma.Web.Metadata.Providers.TwitterCard * `unfurl_nsfw`: If set to `true` nsfw attachments will be shown in previews +## :rich_media +* `enabled`: if enabled the instance will parse metadata from attached links to generate link previews + ## :hackney_pools Advanced. Tweaks Hackney (http client) connections pools. |