Change relationship direction of subscriptions
[akkoma] / lib / pleroma / web / mastodon_api / views / account_view.ex
index b5f3bbb9d0c4a291d67a306430232139faed9f13..42595b0b5cba741b490c7c865402f35de9ee3b3b 100644 (file)
@@ -53,6 +53,7 @@ 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: User.showing_reblogs?(user, target),