summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2019-01-25 15:16:12 +0000
committerkaniini <nenolod@gmail.com>2019-01-25 15:16:12 +0000
commit6383fa3a5d1a269315001b445dafc73a059dd8cb (patch)
tree555b7a6506d466fe4a12d0c62b25546746e5be66 /mix.exs
parentb9cd5117a1388a7ba4ce40eebe96464576da0514 (diff)
parenta45a90348046902df831d3a69f98677d8a0329db (diff)
downloadpleroma-6383fa3a5d1a269315001b445dafc73a059dd8cb.tar.gz
pleroma-6383fa3a5d1a269315001b445dafc73a059dd8cb.zip
Merge branch 'oembed_provider' into 'develop'
Opengraph/TwitterCard::summary for statuses and user profiles See merge request pleroma/pleroma!533
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index ccf7790b0..d46998891 100644
--- a/mix.exs
+++ b/mix.exs
@@ -59,6 +59,7 @@ defmodule Pleroma.Mixfile do
{:pbkdf2_elixir, "~> 0.12.3"},
{:trailing_format_plug, "~> 0.0.7"},
{:html_sanitize_ex, "~> 1.3.0"},
+ {:html_entities, "~> 0.4"},
{:phoenix_html, "~> 2.10"},
{:calendar, "~> 0.17.4"},
{:cachex, "~> 3.0.2"},