Merge remote-tracking branch 'upstream/develop' into write-tags

This commit is contained in:
Michael 2020-04-28 08:03:26 +00:00
commit 5367620467
8 changed files with 33 additions and 25 deletions

View file

@ -1249,8 +1249,8 @@ class Item
return;
}
$xo = XML::parseString($item["object"], false);
$xt = XML::parseString($item["target"], false);
$xo = XML::parseString($item["object"]);
$xt = XML::parseString($item["target"]);
if ($xt->type != Activity\ObjectType::NOTE) {
return;