1
1
Fork 0

Comments from Hubzilla weren't federated properly

This commit is contained in:
Michael Vogel 2016-01-21 13:21:47 +01:00
commit d768074afd
2 changed files with 44 additions and 21 deletions

View file

@ -66,6 +66,7 @@ function add_thread($itemid, $onlyshadow = false) {
unset($item[0]['id']);
$item[0]['uid'] = 0;
$item[0]['origin'] = 0;
$item[0]['contact-id'] = get_contact($item[0]['author-link'], 0);
$public_shadow = item_store($item[0], false, false, true);