mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
Support for comments for the Diaspora relay system
This commit is contained in:
parent
6a0a30ab75
commit
6434b5d8ce
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue