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 @@ def render("status.json", %{activity: %{data: %{"type" => "Announce", "object" =
       created_at: created_at,
       reblogs_count: 0,
       favourites_count: 0,
-      reblogged: 0,
-      favourited: 0,
+      reblogged: false,
+      favourited: false,
       muted: false,
       sensitive: false,
       spoiler_text: "",