Merge branch 'features/mastoapi/2.6.0-min_id-pagination' into 'develop'
[akkoma] / lib / pleroma / web / mastodon_api / views / account_view.ex
index 25899e491552a2d0220269358d901f7b5c3ef47c..af56c41498be8a604d318597ec7eb6eb6d950aa6 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),