From: Roger Braun Date: Sun, 17 Sep 2017 12:25:34 +0000 (+0200) Subject: MastoAPI: Fix reblog view. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=ae38b72e24107a15d7afdc5bdd1f9e389c50bbc8;p=akkoma MastoAPI: Fix reblog view. --- diff --git a/lib/pleroma/web/mastodon_api/views/status_view.ex b/lib/pleroma/web/mastodon_api/views/status_view.ex index 66557cbca..cce4f7217 100644 --- a/lib/pleroma/web/mastodon_api/views/status_view.ex +++ b/lib/pleroma/web/mastodon_api/views/status_view.ex @@ -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: "",