]> git.mxchange.org Git - friendica.git/blobdiff - include/threads.php
Attachments: Better handling of preview pictures
[friendica.git] / include / threads.php
index e542295d7b46e31bfeb2a067b9772633934b550a..0320eaa018e98b28a04179f79aae2b020bbd68da 100644 (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);