unfurl_nsfw: false by default

This commit is contained in:
rinpatch 2019-01-18 18:30:06 +03:00
parent 7bc6208b2f
commit a38f21f51d
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ config :pleroma, :gopher,
ip: {0, 0, 0, 0},
port: 9999
config :pleroma, Pleroma.Web.Metadata, providers: []
config :pleroma, Pleroma.Web.Metadata, providers: [], unfurl_nsfw: false
config :pleroma, :suggestions,
enabled: false,