]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Feed.php
Merge remote-tracking branch 'upstream/develop' into quit-on-error
[friendica.git] / src / Protocol / Feed.php
index 191070a2c5b52ac854a61a3790624c4f430193d0..c04e40b5e520d8871631e826c3310cc211b15ffe 100644 (file)
@@ -430,6 +430,9 @@ class Feed {
                                        $item['guid'] = Item::guidFromUri($orig_plink, $a->get_hostname());
                                        unset($item['uri']);
                                        unset($item['parent-uri']);
+
+                                       // Set the delivery priority for "remote self" to "medium"
+                                       $notify = PRIORITY_MEDIUM;
                                }
 
                                $id = Item::insert($item, false, $notify);