mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
Issue 10126: Transmit "adjust"
This commit is contained in:
parent
ae7178c042
commit
37d15b47e8
3 changed files with 5 additions and 2 deletions
|
@ -1372,6 +1372,7 @@ class Receiver
|
|||
$object_data = self::getSource($object, $object_data);
|
||||
$object_data['start-time'] = JsonLD::fetchElement($object, 'as:startTime', '@value');
|
||||
$object_data['end-time'] = JsonLD::fetchElement($object, 'as:endTime', '@value');
|
||||
$object_data['adjust'] = JsonLD::fetchElement($object, 'dfrn:adjust', '@value');
|
||||
$object_data['location'] = $location;
|
||||
$object_data['latitude'] = JsonLD::fetchElement($object, 'as:location', 'as:latitude', '@type', 'as:Place');
|
||||
$object_data['latitude'] = JsonLD::fetchElement($object_data, 'latitude', '@value');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue