diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-03-03 23:09:30 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-03-03 23:09:30 +0300 |
commit | 5856f51717c12f4c6b0b89e480ff689c8480393d (patch) | |
tree | 25276838826ae8c7264cd5a8baf356eb478147a5 /mix.exs | |
parent | 882dd4684381a06395abd262363858011f06327d (diff) | |
download | pleroma-5856f51717c12f4c6b0b89e480ff689c8480393d.tar.gz |
[#3213] ActivityPub hashtags filtering refactoring. Test fix.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"}, |