mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-12-27 22:45:20 +01:00
MastoAPI: Fix reblog view.
This commit is contained in:
parent
260f09dd6c
commit
ae38b72e24
@ -32,8 +32,8 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
|
||||
created_at: created_at,
|
||||
reblogs_count: 0,
|
||||
favourites_count: 0,
|
||||
reblogged: 0,
|
||||
favourited: 0,
|
||||
reblogged: false,
|
||||
favourited: false,
|
||||
muted: false,
|
||||
sensitive: false,
|
||||
spoiler_text: "",
|
||||
|
Loading…
Reference in New Issue
Block a user