passing the return value

This commit is contained in:
Michael
2023-02-13 06:27:45 +00:00
parent edb1ce0417
commit 2c41ebbfaa
3 changed files with 74 additions and 19 deletions

View File

@@ -2192,6 +2192,7 @@ class Processor
}
if ($object_data['reply-to-id']) {
$item['thr-parent'] = $object_data['reply-to-id'];
$item['gravity'] = Item::GRAVITY_COMMENT;
} else {
$item['gravity'] = Item::GRAVITY_PARENT;