add pinned property to StatusView

This commit is contained in:
Egor Kislitsyn 2019-01-08 15:27:02 +07:00
commit e679da4c34
3 changed files with 11 additions and 5 deletions

View file

@ -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",