Remove obsolete network guessing function

This commit is contained in:
Michael 2021-12-07 07:28:55 +00:00
parent a2f1bf6a83
commit 33f080d118
3 changed files with 3 additions and 96 deletions

View file

@ -144,7 +144,7 @@ function display_fetchauthor($item)
}
$profiledata['nickname'] = $profiledata['name'];
$profiledata['network'] = Protocol::matchByProfileUrl($profiledata['url']);
$profiledata['network'] = Protocol::PHANTOM;
$profiledata['address'] = '';
$profiledata['about'] = '';