From da05b9736ec0f2712d1a6828ff819aa12dd9e391 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 2 Jul 2013 16:37:33 -0700 Subject: some work on issue #62 (comments collapsing on liveupdate), but still a work in progress some work on photo consolidated "view/edit", but still a work in progress --- include/items.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/items.php b/include/items.php index c4ffcbca6..a3d591899 100755 --- a/include/items.php +++ b/include/items.php @@ -1858,9 +1858,6 @@ function tag_deliver($uid,$item_id) { // See if we are the owner of the parent item and have given permission to tag our posts. // If so tag the parent post. - // FIXME --- If the item is deleted, remove the tag from the parent. - // (First ensure that deleted items use this function, or else do that part separately.) - logger('tag_deliver: community tag activity received'); if(($item['owner_xchan'] === $u[0]['channel_hash']) && (! get_pconfig($u[0]['channel_id'],'system','blocktags'))) { -- cgit v1.2.3