Replaced "getDetailsByURL" with "getByURL/getByURLForUser"

This commit is contained in:
Michael 2020-07-15 04:42:04 +00:00
commit d9c6a46ffe
29 changed files with 78 additions and 285 deletions

View file

@ -102,7 +102,7 @@ function match_content(App $a)
'follow' => [DI::l10n()->t("Connect/Follow"), $connlnk]
];
$contact_details = Contact::getDetailsByURL($profile->url, 0);
$contact_details = Contact::getByURL($profile->url, 0, [], false);
$entry = [
'url' => Contact::magicLink($profile->url),