Some more code styling

This commit is contained in:
Michael 2021-05-09 11:58:27 +00:00
parent 7a576111c7
commit 6e9dd7641f
1 changed files with 2 additions and 0 deletions

View File

@ -74,12 +74,14 @@ class Search extends BaseApi
}
if ($result instanceof ContactResult) {
$id = Contact::getIdForURL($result->getUrl(), 0, false);
$accounts[] = DI::mstdnAccount()->createFromContactId($id, $uid);
}
}
}
} else {
$contacts = Contact::searchByName($q, '', $uid);
$counter = 0;
foreach ($contacts as $contact) {
if (!in_array($contact['rel'], [Contact::SHARING, Contact::FRIEND])) {