partial implementation of issue #64 - local tag storage linked to the tagged item has been provided. tag deletion, comment tagging, and full testing of this feature are still outstanding.

This commit is contained in:
friendica 2013-06-29 21:27:01 -07:00
parent 070aeeefd6
commit 29502438f8

View file

@ -122,6 +122,7 @@ function tagger_content(&$a) {
$arr['object'] = $obj;
$arr['parent_mid'] = $item['mid'];
store_item_tag($item['uid'],$item['id'],TERM_OBJ_POST,TERM_HASHTAG,$term);
$ret = post_activity_item($arr);
if($ret['success'])