From 59ea85631199c126bc74af591f63ddf6dc1b36b8 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 29 Nov 2012 20:46:45 -0800 Subject: further progress on new network/home notifications --- include/items.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index a6ecbbb88..a0cc64fc2 100755 --- a/include/items.php +++ b/include/items.php @@ -1158,6 +1158,7 @@ function item_store($arr,$force_parent = false) { $arr['item_restrict'] = ((x($arr,'item_restrict')) ? intval($arr['item_restrict']) : 0 ); $arr['item_flags'] = ((x($arr,'item_flags')) ? intval($arr['item_flags']) : 0 ); + $arr['item_flags'] = $arr['item_flags'] | ITEM_UNSEEN; $arr['thr_parent'] = $arr['parent_uri']; if($arr['parent_uri'] === $arr['uri']) { -- cgit v1.2.3