From e124c9fa5ca046d48eb927fe80706cf6d42f6bff Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 3 Oct 2012 22:28:19 -0700 Subject: Can't see any posts currently - after the big shakeup, but we can now post top level activities and store them. --- mod/tagger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/tagger.php') diff --git a/mod/tagger.php b/mod/tagger.php index bf05d2e4c..11d1f81d7 100644 --- a/mod/tagger.php +++ b/mod/tagger.php @@ -57,7 +57,7 @@ function tagger_content(&$a) { return; } - $uri = item_new_uri($a->get_hostname(),$owner_uid); + $uri = item_message_id(); $xterm = xmlify($term); $post_type = (($item['resource_id']) ? t('photo') : t('status')); $targettype = (($item['resource_id']) ? ACTIVITY_OBJ_PHOTO : ACTIVITY_OBJ_NOTE ); -- cgit v1.2.3