diff options
author | marijus <mario@mariovavti.com> | 2015-02-13 10:01:26 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-02-13 10:01:26 +0100 |
commit | fb198b8a058b7a9f4a1730a7cb44c3aeac745925 (patch) | |
tree | 05295ac71dd321d5366043739a250d910b5e56bf /include | |
parent | 4b513d3322e03ed59e796ca60d09ee1d26cc50fb (diff) | |
download | volse-hubzilla-fb198b8a058b7a9f4a1730a7cb44c3aeac745925.tar.gz volse-hubzilla-fb198b8a058b7a9f4a1730a7cb44c3aeac745925.tar.bz2 volse-hubzilla-fb198b8a058b7a9f4a1730a7cb44c3aeac745925.zip |
item_unseen update
Diffstat (limited to 'include')
-rw-r--r-- | include/attach.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/attach.php b/include/attach.php index 3350a591e..f973102e8 100644 --- a/include/attach.php +++ b/include/attach.php @@ -1082,6 +1082,7 @@ function file_activity($channel_id, $object, $allow_cid, $allow_gid, $deny_cid, $arr['mid'] = $mid; $arr['parent_mid'] = $mid; $arr['item_flags'] = $item_flags; + $arr['item_unseen'] = 1; $arr['author_xchan'] = $poster['xchan_hash']; $arr['owner_xchan'] = $poster['xchan_hash']; $arr['title'] = ''; |