failure to auto update comments if it's your own.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user