Add categories to ostatus output.
This commit is contained in:
parent
36ec998dd7
commit
8e02fa100f
3 changed files with 7 additions and 2 deletions
|
|
@ -25,7 +25,8 @@ defmodule Pleroma.Factory do
|
|||
"published_at" => DateTime.utc_now() |> DateTime.to_iso8601,
|
||||
"likes" => [],
|
||||
"like_count" => 0,
|
||||
"context" => "2hu"
|
||||
"context" => "2hu",
|
||||
"tag" => ["2hu"]
|
||||
}
|
||||
|
||||
%Pleroma.Object{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue