]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Feed.php
Merge pull request #8660 from annando/item-insert
[friendica.git] / src / Protocol / Feed.php
index baf439dc026dcac5bae6ecc950d9fc25e29c7263..35e2cd5778487d8611de09b4f389da0e86d1898d 100644 (file)
@@ -511,7 +511,7 @@ class Feed {
                                        $notify = PRIORITY_MEDIUM;
                                }
 
-                               $id = Item::insert($item, false, $notify);
+                               $id = Item::insert($item, $notify);
 
                                Logger::info("Feed for contact " . $contact["url"] . " stored under id " . $id);