From: Michael Vogel Date: Fri, 13 May 2016 20:19:31 +0000 (+0200) Subject: Support for comments for the Diaspora relay system X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6434b5d8ce8d3bd3163862446ce31b5825307372;p=friendica.git Support for comments for the Diaspora relay system --- diff --git a/include/notifier.php b/include/notifier.php index ffbb22e7bf..6c90629bd8 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -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();