|
|
@ -15,8 +15,8 @@ class RelationshipTransformer extends Fractal\TransformerAbstract
|
|
|
|
'id' => (string) $profile->id,
|
|
|
|
'id' => (string) $profile->id,
|
|
|
|
'following' => $user->follows($profile),
|
|
|
|
'following' => $user->follows($profile),
|
|
|
|
'followed_by' => $user->followedBy($profile),
|
|
|
|
'followed_by' => $user->followedBy($profile),
|
|
|
|
'blocking' => null,
|
|
|
|
'blocking' => $user->blockedIds()->contains($profile->id),
|
|
|
|
'muting' => null,
|
|
|
|
'muting' => $user->mutedIds()->contains($profile->id),
|
|
|
|
'muting_notifications' => null,
|
|
|
|
'muting_notifications' => null,
|
|
|
|
'requested' => null,
|
|
|
|
'requested' => null,
|
|
|
|
'domain_blocking' => null,
|
|
|
|
'domain_blocking' => null,
|
|
|
|