diff options
author | rinpatch <rin@patch.cx> | 2021-03-15 09:35:46 +0000 |
---|---|---|
committer | rinpatch <rin@patch.cx> | 2021-03-15 09:35:46 +0000 |
commit | 8194622a72d863e71428bf7dba9a2a962b163d4e (patch) | |
tree | cd10436a46df60542201f8c60e68aa936f771ad9 /mix.exs | |
parent | 19fbe5b860789fb6f4958de71f9ca3ed655ee00d (diff) | |
parent | cb734566093f406fc3db12de2408fc166486f417 (diff) | |
download | pleroma-8194622a72d863e71428bf7dba9a2a962b163d4e.tar.gz pleroma-8194622a72d863e71428bf7dba9a2a962b163d4e.zip |
Merge branch 'feature/object-hashtags-rework' into 'develop'
Hashtags extraction from objects. Background migration infrastructure.
Closes #1840 and #2455
See merge request pleroma/pleroma!3213
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"}, |