forked from GNUsocial/gnu-social
fixup activity serialization so salmon notifications work
This commit is contained in:
@@ -392,7 +392,7 @@ class ActivityObject
|
|||||||
|
|
||||||
if (!empty($this->content)) {
|
if (!empty($this->content)) {
|
||||||
// XXX: assuming HTML content here
|
// XXX: assuming HTML content here
|
||||||
$xs->element(self::CONTENT, array('type' => 'html'), $this->content);
|
$xs->element(ActivityUtils::CONTENT, array('type' => 'html'), $this->content);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($this->link)) {
|
if (!empty($this->link)) {
|
||||||
@@ -700,7 +700,7 @@ class Activity
|
|||||||
// XXX: add context
|
// XXX: add context
|
||||||
// XXX: add target
|
// XXX: add target
|
||||||
|
|
||||||
$xs->raw($this->actor->asString());
|
$xs->raw($this->actor->asString('activity:actor'));
|
||||||
$xs->element('activity:verb', null, $this->verb);
|
$xs->element('activity:verb', null, $this->verb);
|
||||||
$xs->raw($this->object->asString());
|
$xs->raw($this->object->asString());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user