summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2021-03-03 23:09:30 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2021-03-03 23:09:30 +0300
commit5856f51717c12f4c6b0b89e480ff689c8480393d (patch)
tree25276838826ae8c7264cd5a8baf356eb478147a5 /mix.exs
parent882dd4684381a06395abd262363858011f06327d (diff)
[#3213] ActivityPub hashtags filtering refactoring. Test fix.
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 50d4b4080..c06e27314 100644
--- a/mix.exs
+++ b/mix.exs
@@ -121,6 +121,7 @@ defmodule Pleroma.Mixfile do
{:phoenix_pubsub, "~> 2.0"},
{:phoenix_ecto, "~> 4.0"},
{:ecto_enum, "~> 1.4"},
+ {:ecto_explain, "~> 0.1.2"},
{:ecto_sql, "~> 3.4.4"},
{:postgrex, ">= 0.15.5"},
{:oban, "~> 2.3.4"},