Bugfix: Comments weren't relayed anymore to Diaspora due to a Diaspora change
This commit is contained in:
parent
21f044e305
commit
c6b0e57aa4
4 changed files with 41 additions and 48 deletions
|
@ -975,7 +975,7 @@ function notifier_run(&$argv, &$argc){
|
|||
|
||||
if($public_message) {
|
||||
|
||||
if (!$followup)
|
||||
if (!$followup AND $top_level)
|
||||
$r0 = diaspora_fetch_relay();
|
||||
else
|
||||
$r0 = array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue