Some added to-do

This commit is contained in:
Michael 2018-12-13 21:41:19 +00:00
parent 705211100b
commit 9ea0864394
1 changed files with 2 additions and 0 deletions

View File

@ -1117,6 +1117,8 @@ class Profile
$_SESSION['visitor_handle'] = $visitor['addr'];
$_SESSION['visitor_home'] = $visitor['url'];
$_SESSION['my_url'] = $visitor['url'];
/// @todo replace this and the query for this variable with some cleaner functionality
$_SESSION['remote'] = [];
$remote_contacts = DBA::select('contact', ['id', 'uid'], ['nurl' => $visitor['nurl'], 'rel' => [Contact::FOLLOWER, Contact::FRIEND]]);