diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-07-31 16:46:35 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-12-22 05:15:34 +0100 |
commit | acb03d591bea1b20a715201f479f1ad7bf7bb67b (patch) | |
tree | 4ec82e0b7116e8accd8c344c5834781f65ac5990 /test/support/factory.ex | |
parent | 8e1f32e71560c4b36ccbdc3ecf8de8386928305a (diff) | |
download | pleroma-acb03d591bea1b20a715201f479f1ad7bf7bb67b.tar.gz pleroma-acb03d591bea1b20a715201f479f1ad7bf7bb67b.zip |
Insert text representation of hashtags into object["hashtags"]
Includes a new mix task: pleroma.database fill_old_hashtags
Diffstat (limited to 'test/support/factory.ex')
-rw-r--r-- | test/support/factory.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/factory.ex b/test/support/factory.ex index 8eb07dc3c..a709d0dae 100644 --- a/test/support/factory.ex +++ b/test/support/factory.ex @@ -93,7 +93,7 @@ defmodule Pleroma.Factory do "like_count" => 0, "context" => "2hu", "summary" => "2hu", - "tag" => ["2hu"], + "hashtags" => ["2hu"], "emoji" => %{ "2hu" => "corndog.png" } |