]> git.mxchange.org Git - friendica.git/commitdiff
issue with remote mentions
authorFriendika <info@friendika.com>
Fri, 29 Jul 2011 02:08:38 +0000 (19:08 -0700)
committerFriendika <info@friendika.com>
Fri, 29 Jul 2011 02:08:38 +0000 (19:08 -0700)
include/notifier.php

index 8cc85d39963accced296f6d88d96f37407184eab..9f5b27148270cc5144e6139940533e41a3cdc62f 100644 (file)
@@ -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) {