mirror of
https://github.com/friendica/friendica
synced 2025-04-21 23:10:11 +00:00
Issue 10126: Transmit "adjust"
This commit is contained in:
parent
ae7178c042
commit
37d15b47e8
3 changed files with 5 additions and 2 deletions
|
@ -513,7 +513,7 @@ class Processor
|
|||
$event['finish'] = $activity['end-time'];
|
||||
$event['nofinish'] = empty($event['finish']);
|
||||
$event['location'] = $activity['location'];
|
||||
$event['adjust'] = true;
|
||||
$event['adjust'] = $activity['adjust'] ?? true;
|
||||
$event['cid'] = $item['contact-id'];
|
||||
$event['uid'] = $item['uid'];
|
||||
$event['uri'] = $item['uri'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue