Increment replies_count on replies (MastoAPI)
[akkoma] / lib / pleroma / web / mastodon_api / views / account_view.ex
index c32f27be2afd75a8cc0f8c64c083230c4b2ca297..b5f3bbb9d0c4a291d67a306430232139faed9f13 100644 (file)
@@ -55,7 +55,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do
       muting_notifications: false,
       requested: requested,
       domain_blocking: false,
-      showing_reblogs: false,
+      showing_reblogs: User.showing_reblogs?(user, target),
       endorsed: false
     }
   end