flag top level post

This commit is contained in:
Friendika 2011-08-28 23:00:45 -07:00
parent 846c4cea7c
commit 51615f57ac
1 changed files with 3 additions and 1 deletions

View File

@ -108,8 +108,10 @@ function delivery_run($argv, $argc){
$item['deleted'] = 1; $item['deleted'] = 1;
} }
if(count($items) == 1 && $items[0]['uri'] === $items[0]['parent-uri']) if((count($items) == 1) && ($items[0]['uri'] === $items[0]['parent-uri'])) {
logger('delivery: top level post');
$top_level = true; $top_level = true;
}
} }
$r = q("SELECT `contact`.*, `user`.`pubkey` AS `upubkey`, `user`.`prvkey` AS `uprvkey`, $r = q("SELECT `contact`.*, `user`.`pubkey` AS `upubkey`, `user`.`prvkey` AS `uprvkey`,