Can't see any posts currently - after the big shakeup, but we can now post top level activities and store them.

This commit is contained in:
friendica
2012-10-03 22:28:19 -07:00
parent d0f62d1219
commit e124c9fa5c
17 changed files with 91 additions and 138 deletions

View File

@@ -82,7 +82,7 @@ function subthread_content(&$a) {
return;
}
$uri = item_new_uri($a->get_hostname(),$owner_uid);
$uri = item_message_id();
$post_type = (($item['resource_id']) ? t('photo') : t('status'));
$objtype = (($item['resource_id']) ? ACTIVITY_OBJ_PHOTO : ACTIVITY_OBJ_NOTE );