Update ApiV1Controller

pull/5232/head
Daniel Supernault 11 months ago
parent c5f85c71ae
commit c5fbc68745
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -3805,11 +3805,11 @@ class ApiV1Controller extends Controller
return false;
}
}
if ($i['visibility'] === 'private') {
if ((int) $i['account']['id'] !== $pid) {
return FollowerService::follows($pid, $i['account']['id'], true);
}
}
// if ($i['visibility'] === 'private') {
// if ((int) $i['account']['id'] !== $pid) {
// return FollowerService::follows($pid, $i['account']['id'], true);
// }
// }
if ($onlyMedia == true) {
if (! isset($i['media_attachments']) || ! count($i['media_attachments'])) {
return false;

Loading…
Cancel
Save