mirror of
https://github.com/friendica/friendica
synced 2025-04-25 11:50:11 +00:00
Merge pull request #11902 from annando/duplicates
Detect and remove contact duplicates
This commit is contained in:
commit
6a9d91c824
15 changed files with 281 additions and 60 deletions
|
@ -84,7 +84,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