diff options
author | Friendika <info@friendika.com> | 2011-07-28 19:08:38 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-28 19:08:38 -0700 |
commit | a45b94033eaba3bbddec701c3f87310a6d2a18fe (patch) | |
tree | d4acd56ddbeac2043b835723089cece55d6dc880 /include | |
parent | 8042f874f305bdc4a02f9b39efea9c9e0f1a82a7 (diff) | |
download | volse-hubzilla-a45b94033eaba3bbddec701c3f87310a6d2a18fe.tar.gz volse-hubzilla-a45b94033eaba3bbddec701c3f87310a6d2a18fe.tar.bz2 volse-hubzilla-a45b94033eaba3bbddec701c3f87310a6d2a18fe.zip |
issue with remote mentions
Diffstat (limited to 'include')
-rw-r--r-- | include/notifier.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php index 8cc85d399..9f5b27148 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) { |