add pinned property to StatusView
This commit is contained in:
parent
63dbd87568
commit
e679da4c34
3 changed files with 11 additions and 5 deletions
|
|
@ -63,6 +63,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
|
|||
reblogged: false,
|
||||
favourited: false,
|
||||
muted: false,
|
||||
pinned: false,
|
||||
sensitive: false,
|
||||
spoiler_text: note.data["object"]["summary"],
|
||||
visibility: "public",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue