mirror of
https://github.com/friendica/friendica
synced 2025-04-28 02:30:16 +00:00
Lower priority for "remote self"
This commit is contained in:
parent
fc60e23314
commit
4a1bbd114c
2 changed files with 10 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue