]> git.mxchange.org Git - friendica.git/commitdiff
Support for comments for the Diaspora relay system
authorMichael Vogel <icarus@dabo.de>
Fri, 13 May 2016 20:19:31 +0000 (22:19 +0200)
committerMichael Vogel <icarus@dabo.de>
Fri, 13 May 2016 20:19:31 +0000 (22:19 +0200)
include/notifier.php

index ffbb22e7bf10697a3baaf5d82c49011e9264a442..6c90629bd87128865e0535d80e1a0523ae1f7ce7 100644 (file)
@@ -549,7 +549,7 @@ function notifier_run(&$argv, &$argc){
 
        if($public_message) {
 
-               if (!$followup AND $top_level)
+               if (!$followup)
                        $r0 = diaspora::relay_list();
                else
                        $r0 = array();