Lower priority for "remote self"

This commit is contained in:
Michael 2018-05-15 19:29:14 +00:00
parent fc60e23314
commit 4a1bbd114c
2 changed files with 10 additions and 1 deletions

View 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);