diff options
author | friendica <info@friendica.com> | 2015-02-13 13:05:14 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-13 13:05:14 -0800 |
commit | 46eda6e72371fd5fb9e6810fd9ef68b659ffb308 (patch) | |
tree | af6beb422bb70edf399b0f66103f88fae92bc3bf /include/attach.php | |
parent | 7bb2e25ea030b7c32d35766631d85ac24b192f11 (diff) | |
parent | f0fe81df7983dbe5901c53b3c24fd30d35e0bcc7 (diff) | |
download | volse-hubzilla-46eda6e72371fd5fb9e6810fd9ef68b659ffb308.tar.gz volse-hubzilla-46eda6e72371fd5fb9e6810fd9ef68b659ffb308.tar.bz2 volse-hubzilla-46eda6e72371fd5fb9e6810fd9ef68b659ffb308.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include/attach.php')
-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'] = ''; |