From 50943f439cb755c052507b8b459740a0ded193c2 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 27 Dec 2014 18:19:51 -0800 Subject: issue #777, make photo cache time configurable, read the comments. --- mod/item.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/item.php') diff --git a/mod/item.php b/mod/item.php index 9ffcc7de2..f5a9a4b22 100644 --- a/mod/item.php +++ b/mod/item.php @@ -683,7 +683,8 @@ function item_post(&$a) { } } - $item_flags |= ITEM_UNSEEN; + if(local_user() != $profile_uid) + $item_flags |= ITEM_UNSEEN; if($post_type === 'wall' || $post_type === 'wall-comment') $item_flags = $item_flags | ITEM_WALL; -- cgit v1.2.3