aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-29 20:46:45 -0800
committerfriendica <info@friendica.com>2012-11-29 20:46:45 -0800
commit59ea85631199c126bc74af591f63ddf6dc1b36b8 (patch)
tree21e547639a5bcc186a9104ccd6de9bfe97f8014d /include/items.php
parentdd428cf4fc1ec043eea99e8d909cc21c5e214d26 (diff)
downloadvolse-hubzilla-59ea85631199c126bc74af591f63ddf6dc1b36b8.tar.gz
volse-hubzilla-59ea85631199c126bc74af591f63ddf6dc1b36b8.tar.bz2
volse-hubzilla-59ea85631199c126bc74af591f63ddf6dc1b36b8.zip
further progress on new network/home notifications
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php1
1 files changed, 1 insertions, 0 deletions
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']) {