MastoAPI: Add emoji output.
This commit is contained in:
parent
38f3908c14
commit
64bc38e009
3 changed files with 17 additions and 3 deletions
|
|
@ -26,7 +26,10 @@ defmodule Pleroma.Factory do
|
|||
"likes" => [],
|
||||
"like_count" => 0,
|
||||
"context" => "2hu",
|
||||
"tag" => ["2hu"]
|
||||
"tag" => ["2hu"],
|
||||
"emoji" => %{
|
||||
"2hu" => "corndog.png"
|
||||
}
|
||||
}
|
||||
|
||||
%Pleroma.Object{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue