projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bc6208
)
unfurl_nsfw: false by default
author
rinpatch
<rinpatch@sdf.org>
Fri, 18 Jan 2019 15:30:06 +0000
(18:30 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Fri, 18 Jan 2019 15:30:06 +0000
(18:30 +0300)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index 3448e31ca198fee5705a90b56537edb07301f907..9c4d734658abc564bac3ad53b2fd0274cfc2b06e 100644
(file)
--- 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,