From 6434b5d8ce8d3bd3163862446ce31b5825307372 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Fri, 13 May 2016 22:19:31 +0200 Subject: [PATCH] Support for comments for the Diaspora relay system --- include/notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();