]> git.mxchange.org Git - friendica.git/blobdiff - mod/item.php
Merge remote-tracking branch 'upstream/develop' into 1506-tag-users
[friendica.git] / mod / item.php
index 3b08fb3f93310fac8537017cd6ed7cb966d6d709..45b86c31001f5083f25e019c0f5ec13d19ee695f 100644 (file)
@@ -865,6 +865,9 @@ function item_post(&$a) {
                // NOTREACHED
        }
 
+       // Store the guid and other relevant data
+       add_guid($datarray);
+
        $post_id = $r[0]['id'];
        logger('mod_item: saved item ' . $post_id);