mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Support relayable_retractions that are relayed to us by the top-level post owner
This commit is contained in:
parent
959b264c44
commit
1fe1ac022f
3 changed files with 39 additions and 9 deletions
|
@ -125,6 +125,7 @@ function notifier_run($argv, $argc){
|
|||
$uid = $r[0]['uid'];
|
||||
$updated = $r[0]['edited'];
|
||||
|
||||
// The following seems superfluous. We've already checked for "if (! intval($r[0]['parent']))" a few lines up
|
||||
if(! $parent_id)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue