]> git.mxchange.org Git - friendica-addons.git/commitdiff
And again ..
authorMichael <heluecht@pirati.ca>
Thu, 28 Jun 2018 16:43:06 +0000 (16:43 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 28 Jun 2018 16:43:06 +0000 (16:43 +0000)
pumpio/pumpio.php

index f1c75d986fb0f0f30c0f909be9d3e40e0adb60a7..1b6469ed416fa660a978544bd2ec0235515390a5 100644 (file)
@@ -515,7 +515,7 @@ function pumpio_send(&$a, &$b)
                        }
                 } else {
                        $inReplyTo = ["id" => $orig_post["uri"],
-                                       "objectType" => "note"];
+                               "objectType" => "note"];
 
                        if (($orig_post["object-type"] != "") && (strstr($orig_post["object-type"], NAMESPACE_ACTIVITY_SCHEMA))) {
                                $inReplyTo["objectType"] = str_replace(NAMESPACE_ACTIVITY_SCHEMA, '', $orig_post["object-type"]);