mirror of
https://github.com/friendica/friendica
synced 2025-04-27 12:30:11 +00:00
Optimized Profile::searchProfiles & Bugfix Contact::getProbeDataFromDatabase
This commit is contained in:
parent
f6af90fa32
commit
039f9490dd
2 changed files with 71 additions and 31 deletions
|
@ -1168,7 +1168,7 @@ class Contact extends BaseObject
|
|||
// The link could be provided as http although we stored it as https
|
||||
$ssl_url = str_replace('http://', 'https://', $url);
|
||||
|
||||
$fields = ['url', 'addr', 'alias', 'notify', 'poll', 'name', 'nick',
|
||||
$fields = ['id', 'uid', 'url', 'addr', 'alias', 'notify', 'poll', 'name', 'nick',
|
||||
'photo', 'keywords', 'location', 'about', 'network',
|
||||
'priority', 'batch', 'request', 'confirm', 'poco'];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue