Merge branch 'features/hashtag-column' into 'develop'
Insert text representation of hashtags into object["hashtags"] See merge request pleroma/pleroma!2824
This commit is contained in:
commit
b122b6ffa3
24 changed files with 163 additions and 70 deletions
|
|
@ -93,7 +93,7 @@ defmodule Pleroma.Factory do
|
|||
"like_count" => 0,
|
||||
"context" => "2hu",
|
||||
"summary" => "2hu",
|
||||
"tag" => ["2hu"],
|
||||
"hashtags" => ["2hu"],
|
||||
"emoji" => %{
|
||||
"2hu" => "corndog.png"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue