]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Processor.php
Merge remote-tracking branch 'upstream/2021.03-rc' into issue-10126
[friendica.git] / src / Protocol / ActivityPub / Processor.php
index c30a4ccc9963220af28b3b4f21f1af7d032f9327..66aedf65b06d39f69a8e2e567026870ff3bc4fc8 100644 (file)
@@ -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'];