mirror of
https://github.com/friendica/friendica
synced 2025-04-25 23:10:12 +00:00
still getting parent relays on remote systems
This commit is contained in:
parent
6525507a2f
commit
395a9530dc
3 changed files with 4 additions and 3 deletions
|
@ -201,7 +201,7 @@ function notifier_run($argv, $argc){
|
|||
// by stringing togther an array of retractions and sending them onward.
|
||||
|
||||
|
||||
$localhost = $a->get_hostname();
|
||||
$localhost = str_replace('www.','',$a->get_hostname());
|
||||
if(strpos($localhost,':'))
|
||||
$localhost = substr($localhost,0,strpos($localhost,':'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue