mirror of
https://github.com/friendica/friendica
synced 2025-04-23 14:30:11 +00:00
Merge remote-tracking branch 'upstream/2022.09-rc' into cooldown
This commit is contained in:
commit
4939be065e
15 changed files with 281 additions and 60 deletions
|
@ -86,7 +86,7 @@ class Delivery
|
|||
if (empty($item['id'])) {
|
||||
Logger::warning('Item not found, removing delivery', ['uri-id' => $uri_id, 'uid' => $uid, 'cmd' => $cmd, 'inbox' => $inbox]);
|
||||
Post\Delivery::remove($uri_id, $inbox);
|
||||
return true;
|
||||
return ['success' => true, 'serverfailure' => false, 'drop' => false];
|
||||
} else {
|
||||
$item_id = $item['id'];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue