From: Friendika Date: Fri, 29 Jul 2011 02:08:38 +0000 (-0700) Subject: issue with remote mentions X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a45b94033eaba3bbddec701c3f87310a6d2a18fe;p=friendica.git issue with remote mentions --- diff --git a/include/notifier.php b/include/notifier.php index 8cc85d3996..9f5b271482 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -504,7 +504,7 @@ function notifier_run($argv, $argc){ // send additional slaps to mentioned remote tags (@foo@example.com) - if($slap && count($url_recipients) && $followup && $notify_hub && (! $expire)) { + if($slap && count($url_recipients) && ($followup || $top_level) && $notify_hub && (! $expire)) { if(! get_config('system','dfrn_only')) { foreach($url_recipients as $url) { if($url) {