summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorraeno <just.raeno@gmail.com>2018-12-13 22:16:54 +0100
committerraeno <just.raeno@gmail.com>2018-12-13 22:34:15 +0100
commitb5de7c4c4d90d1049b59381953cbd76e79b77e66 (patch)
tree9914b2b4fdc7dfd42bf481c8e3d1ce5bfeecf4bc /config/config.exs
parent018516d3f3fcc6e902a5382517792832841695d3 (diff)
downloadpleroma-b5de7c4c4d90d1049b59381953cbd76e79b77e66.tar.gz
pleroma-b5de7c4c4d90d1049b59381953cbd76e79b77e66.zip
Remove oembed for now, will submit it in another MR. Fix warnings
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/config.exs b/config/config.exs
index ad4b79f54..5477c0c0e 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -171,9 +171,7 @@ config :pleroma, :gopher,
ip: {0, 0, 0, 0},
port: 9999
-config :pleroma, :metadata,
- oembed: false,
- opengraph: true
+config :pleroma, :metadata, opengraph: true
config :pleroma, :suggestions,
enabled: false,