Standards
This commit is contained in:
parent
33c8872c65
commit
2470482b4e
1 changed files with 13 additions and 13 deletions
|
@ -102,17 +102,17 @@ class Show extends ContactEndpoint
|
|||
'all_replies' => null,
|
||||
'marked_spam' => null
|
||||
],
|
||||
'target' => [
|
||||
'id' => $target['id'],
|
||||
'id_str' => (string)$target['id'],
|
||||
'screen_name' => $target['nick'],
|
||||
'following' => $follower,
|
||||
'followed_by' => $following,
|
||||
'following_received' => null,
|
||||
'following_requested' => null
|
||||
]
|
||||
'target' => [
|
||||
'id' => $target['id'],
|
||||
'id_str' => (string)$target['id'],
|
||||
'screen_name' => $target['nick'],
|
||||
'following' => $follower,
|
||||
'followed_by' => $following,
|
||||
'following_received' => null,
|
||||
'following_requested' => null
|
||||
]
|
||||
];
|
||||
]
|
||||
];
|
||||
|
||||
DI::apiResponse()->exit('relationship', ['relationship' => $relationship], $this->parameters['extension'] ?? null);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue