[Pleroma.Web.MastodonAPI.StatusView] add replies_count
This commit is contained in:
parent
c9585ec007
commit
43d0b7bf7a
2 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
|
|||
content: HtmlSanitizeEx.basic_html(note.data["object"]["content"]),
|
||||
created_at: created_at,
|
||||
reblogs_count: 0,
|
||||
replies_count: 0,
|
||||
favourites_count: 0,
|
||||
reblogged: false,
|
||||
favourited: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue