Merge remote-tracking branch 'upstream/2018.08-rc' into ap1
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user