failure to auto update comments if it's your own.

This commit is contained in:
friendica
2015-02-14 21:57:47 -08:00
parent 59828593c1
commit 7ad425bbda
4 changed files with 11 additions and 7 deletions

View File

@@ -644,7 +644,7 @@ function item_post(&$a) {
}
}
$item_unseen = ((local_channel() != $profile_uid) ? 1 : 0);
$item_unseen = 1;
if($post_type === 'wall' || $post_type === 'wall-comment')
$item_flags = $item_flags | ITEM_WALL;