From: Michael Date: Thu, 28 Jun 2018 16:43:06 +0000 (+0000) Subject: And again .. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5e72da205c1e81010a67ffb96adc644d752df2a3;p=friendica-addons.git And again .. --- diff --git a/pumpio/pumpio.php b/pumpio/pumpio.php index f1c75d98..1b6469ed 100644 --- a/pumpio/pumpio.php +++ b/pumpio/pumpio.php @@ -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"]);