Support relayable_retractions that are relayed to us by the top-level post owner

This commit is contained in:
Zach Prezkuta 2012-05-25 18:26:09 -06:00
parent 959b264c44
commit 1fe1ac022f
3 changed files with 39 additions and 9 deletions

View file

@ -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;