From a38f21f51dc810221cbf910556910a10f6104956 Mon Sep 17 00:00:00 2001 From: rinpatch Date: Fri, 18 Jan 2019 18:30:06 +0300 Subject: [PATCH] unfurl_nsfw: false by default --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index 3448e31ca..9c4d73465 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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,