diff options
author | kaniini <nenolod@gmail.com> | 2019-01-25 15:16:12 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-01-25 15:16:12 +0000 |
commit | 6383fa3a5d1a269315001b445dafc73a059dd8cb (patch) | |
tree | 555b7a6506d466fe4a12d0c62b25546746e5be66 /mix.exs | |
parent | b9cd5117a1388a7ba4ce40eebe96464576da0514 (diff) | |
parent | a45a90348046902df831d3a69f98677d8a0329db (diff) | |
download | pleroma-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.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"}, |