mirror of
https://github.com/friendica/friendica
synced 2025-04-27 14:30:11 +00:00
The endless saga of the fight against notices continues
This commit is contained in:
parent
4079524f78
commit
8c00e88f79
3 changed files with 11 additions and 9 deletions
|
@ -3496,7 +3496,7 @@ class Diaspora
|
|||
|
||||
$myaddr = self::myHandle($owner);
|
||||
|
||||
$public = (($item["private"]) ? "false" : "true");
|
||||
$public = ($item["private"] ? "false" : "true");
|
||||
|
||||
$created = DateTimeFormat::utc($item["created"], DateTimeFormat::ATOM);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue