]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Receiver.php
AP fixes: LD-signature, wrong owner for completed thres, account removal
[friendica.git] / src / Protocol / ActivityPub / Receiver.php
index 1dac0bb827f0619c723824e9e002e70d8c0a07bc..f371eede7fe4b048f611447b0b2a98bbea53df9e 100644 (file)
@@ -268,6 +268,11 @@ class Receiver
                        return;
                }
 
+               // Internal flag for thread completion. See Processor.php
+               if (!empty($activity['thread-completion'])) {
+                       $object_data['thread-completion'] = $activity['thread-completion'];
+               }
+
                switch ($type) {
                        case 'as:Create':
                        case 'as:Announce':