diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-12-28 10:14:58 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-12-28 10:14:58 +0000 |
commit | b122b6ffa318af30586f9da0532135959804a6a0 (patch) | |
tree | ec01ebec0ec8877af9e4876c3627e0756677e081 /test/support | |
parent | e4f1d8f48c85b8a388d6c3945db157de5ce588c5 (diff) | |
parent | d0c2479710b40a88b3a74c85c9ed9e72e9a2bfaf (diff) | |
download | pleroma-b122b6ffa318af30586f9da0532135959804a6a0.tar.gz pleroma-b122b6ffa318af30586f9da0532135959804a6a0.zip |
Merge branch 'features/hashtag-column' into 'develop'
Insert text representation of hashtags into object["hashtags"]
See merge request pleroma/pleroma!2824
Diffstat (limited to 'test/support')
-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" } |