mirror of
https://github.com/friendica/friendica
synced 2025-04-27 17:10:10 +00:00
event ownership issues
This commit is contained in:
parent
21058cdb47
commit
c0749f18d6
2 changed files with 3 additions and 3 deletions
|
@ -145,7 +145,7 @@ function notifier_run($argv, $argc){
|
|||
|
||||
$parent = $items[0];
|
||||
|
||||
if($parent['type'] === 'remote' && (! $expire)) {
|
||||
if($parent['wall'] != 0 && (! $expire)) {
|
||||
// local followup to remote post
|
||||
$followup = true;
|
||||
$notify_hub = false; // not public
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue