Skip to content
Snippets Groups Projects
Commit ae38b72e authored by lain's avatar lain
Browse files

MastoAPI: Fix reblog view.

parent 260f09dd
Branches
No related tags found
No related merge requests found
......@@ -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: "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment