use mid/parent_mid to trigger $top_level_post

This commit is contained in:
zotlabs 2018-01-17 18:28:13 -08:00
parent 66f48847c9
commit 561372e203

View File

@ -315,7 +315,7 @@ class Notifier {
} }
if($target_item['id'] == $target_item['parent']) { if($target_item['mid'] === $target_item['parent_mid']) {
$parent_item = $target_item; $parent_item = $target_item;
$top_level_post = true; $top_level_post = true;
} }