]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Diaspora.php
Fetch the receiver from the parent posting as well
[friendica.git] / src / Protocol / Diaspora.php
index 11a0e5996e983e8a31bb77cd45a8259149419a96..e7edcdc490a9363d693d502bec5d29df73006af1 100644 (file)
@@ -3492,7 +3492,7 @@ class Diaspora
 
                $myaddr = self::myHandle($owner);
 
-               $public = (($item["private"]) ? "false" : "true");
+               $public = ($item["private"] ? "false" : "true");
 
                $created = DateTimeFormat::utc($item["created"], DateTimeFormat::ATOM);