Insert text representation of hashtags into object["hashtags"]
Includes a new mix task: pleroma.database fill_old_hashtags
This commit is contained in:
parent
8e1f32e715
commit
acb03d591b
22 changed files with 139 additions and 51 deletions
|
|
@ -591,7 +591,8 @@ defmodule Pleroma.Web.CommonAPI.UtilsTest do
|
|||
"context" => "2hu",
|
||||
"sensitive" => false,
|
||||
"summary" => "test summary",
|
||||
"tag" => ["jimm"],
|
||||
"hashtags" => ["jimm"],
|
||||
"tag" => [],
|
||||
"to" => [user2.ap_id],
|
||||
"type" => "Note",
|
||||
"custom_tag" => "test"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue