flag top level post
This commit is contained in:
parent
846c4cea7c
commit
51615f57ac
1 changed files with 3 additions and 1 deletions
|
@ -108,9 +108,11 @@ 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`,
|
||||||
`user`.`timezone`, `user`.`nickname`, `user`.`sprvkey`, `user`.`spubkey`,
|
`user`.`timezone`, `user`.`nickname`, `user`.`sprvkey`, `user`.`spubkey`,
|
||||||
|
|
Loading…
Reference in a new issue