mirror of
https://github.com/friendica/friendica
synced 2025-04-29 14:24:22 +02:00
Issue 8675: reduce requests of foreign pages
This commit is contained in:
parent
4a363b50b4
commit
e379698227
7 changed files with 51 additions and 47 deletions
|
@ -27,7 +27,6 @@ use Friendica\Content\Widget\ContactBlock;
|
|||
use Friendica\Core\Cache\Duration;
|
||||
use Friendica\Core\Hook;
|
||||
use Friendica\Core\Logger;
|
||||
use Friendica\Network\Probe;
|
||||
use Friendica\Core\Protocol;
|
||||
use Friendica\Core\Renderer;
|
||||
use Friendica\Core\Session;
|
||||
|
@ -772,7 +771,7 @@ class Profile
|
|||
$_SESSION['visitor_handle'] = $visitor['addr'];
|
||||
$_SESSION['visitor_home'] = $visitor['url'];
|
||||
$_SESSION['my_url'] = $visitor['url'];
|
||||
$_SESSION['remote_comment'] = Probe::getRemoteFollowLink($visitor['url']);
|
||||
$_SESSION['remote_comment'] = $visitor['subscribe'];
|
||||
|
||||
Session::setVisitorsContacts();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue