aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-09-17 14:25:34 +0200
committerRoger Braun <roger@rogerbraun.net>2017-09-17 14:25:34 +0200
commitae38b72e24107a15d7afdc5bdd1f9e389c50bbc8 (patch)
tree18a53928691008dcd841e8778813ec2279721700 /lib
parent260f09dd6cc3d1d0b616496bfbc4a758ef84fa39 (diff)
downloadpleroma-ae38b72e24107a15d7afdc5bdd1f9e389c50bbc8.tar.gz
MastoAPI: Fix reblog view.
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/web/mastodon_api/views/status_view.ex4
1 files changed, 2 insertions, 2 deletions
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: "",