X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FDiaspora.php;h=586b6e9ec282e8b425adfbf42adff5a71d995bcc;hb=7155f825daf90f4113ba3e8755eb51898b8e5736;hp=ce11a8370c3d2de5729718a7432c3ff308b40cf7;hpb=be7a01f086ad2bf3f4ed479f72366c3de64a056e;p=friendica.git diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index ce11a8370c..586b6e9ec2 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -4049,6 +4049,11 @@ class Diaspora return false; } + // This is only needed for the automated tests + if (empty($owner['uprvkey'])) { + return false; + } + $message = self::constructComment($item, $owner); if ($message === false) { return false;