diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index 9ad90869be..341d3d2a89 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -2764,6 +2764,10 @@ class Diaspora return false; } + if (!$contact) { + $contact = []; + } + logger("Got retraction for ".$target_type.", sender ".$sender." and user ".$importer["uid"], LOGGER_DEBUG); switch ($target_type) {