mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Remove obsolete network guessing function
This commit is contained in:
parent
a2f1bf6a83
commit
33f080d118
3 changed files with 3 additions and 96 deletions
|
@ -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'] = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue