mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 09:53:39 +00:00
And again ..
This commit is contained in:
parent
a4b61a4157
commit
5e72da205c
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ function pumpio_send(&$a, &$b)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$inReplyTo = ["id" => $orig_post["uri"],
|
$inReplyTo = ["id" => $orig_post["uri"],
|
||||||
"objectType" => "note"];
|
"objectType" => "note"];
|
||||||
|
|
||||||
if (($orig_post["object-type"] != "") && (strstr($orig_post["object-type"], NAMESPACE_ACTIVITY_SCHEMA))) {
|
if (($orig_post["object-type"] != "") && (strstr($orig_post["object-type"], NAMESPACE_ACTIVITY_SCHEMA))) {
|
||||||
$inReplyTo["objectType"] = str_replace(NAMESPACE_ACTIVITY_SCHEMA, '', $orig_post["object-type"]);
|
$inReplyTo["objectType"] = str_replace(NAMESPACE_ACTIVITY_SCHEMA, '', $orig_post["object-type"]);
|
||||||
|
|
Loading…
Reference in a new issue