]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Diaspora.php
Merge pull request #10362 from tobiasd/2021.06-CHANGELOG
[friendica.git] / src / Protocol / Diaspora.php
index ce11a8370c3d2de5729718a7432c3ff308b40cf7..586b6e9ec282e8b425adfbf42adff5a71d995bcc 100644 (file)
@@ -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;