mirror of
https://github.com/friendica/friendica
synced 2025-04-22 17:10:11 +00:00
parent
cd7a663733
commit
30f31828ae
3 changed files with 44 additions and 4 deletions
|
@ -82,7 +82,7 @@ class Markers extends BaseApi
|
|||
$values->{$marker['timeline']} = [
|
||||
'last_read_id' => $marker['last_read_id'],
|
||||
'version' => $marker['version'],
|
||||
'updated_at' => $marker['updated_at']
|
||||
'updated_at' => DateTimeFormat::utc($marker['updated_at'], DateTimeFormat::JSON)
|
||||
];
|
||||
}
|
||||
return $values;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue