diff options
author | rinpatch <rinpatch@sdf.org> | 2019-01-17 11:00:02 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-01-17 11:00:02 +0300 |
commit | 4d5f15cd422abd3a2dce6f6022c75014c18c73cf (patch) | |
tree | a94562e7db511b87d8adff2b9f9d15925a42393e /docs | |
parent | 0256bd2f1dfb121a4d751906a202e3db482500a6 (diff) | |
download | pleroma-4d5f15cd422abd3a2dce6f6022c75014c18c73cf.tar.gz |
Introduce optional unfurling of nsfw content
Diffstat (limited to 'docs')
-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 c2104a9e8..b9ad2aef7 100644 --- a/docs/config.md +++ b/docs/config.md @@ -212,6 +212,7 @@ curl "http://localhost:4000/api/pleroma/admin/invite_token?admin_token=somerando * `max_retries`: The maximum number of times a federation job is retried ## Pleroma.Web.Metadata -* `providers`: a list of metadata providers to enable. Providers avalible: +* `providers`: a list of metadata providers to enable. Providers availible: * Pleroma.Web.Metadata.Providers.OpenGraph * Pleroma.Web.Metadata.Providers.TwitterCard +* `unfurl_nsfw`: If set to `true` nsfw attachments will be shown in previews |