Change relationship direction of subscriptions
[akkoma] / lib / pleroma / web / mastodon_api / views / account_view.ex
index c32f27be2afd75a8cc0f8c64c083230c4b2ca297..42595b0b5cba741b490c7c865402f35de9ee3b3b 100644 (file)
@@ -53,9 +53,10 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do
       blocking: User.blocks?(user, target),
       muting: User.mutes?(user, target),
       muting_notifications: false,
+      subscribing: User.subscribed_to?(user, target),
       requested: requested,
       domain_blocking: false,
-      showing_reblogs: false,
+      showing_reblogs: User.showing_reblogs?(user, target),
       endorsed: false
     }
   end