forked from GNUsocial/gnu-social
Wasn't putting in namespaces for reply salmons
This commit is contained in:
parent
a0b64663be
commit
de522d7978
@ -208,7 +208,7 @@ class OStatusPlugin extends Plugin
|
|||||||
// FIXME: this needs to go out in a queue handler
|
// FIXME: this needs to go out in a queue handler
|
||||||
|
|
||||||
$xml = '<?xml version="1.0" encoding="UTF-8" ?>';
|
$xml = '<?xml version="1.0" encoding="UTF-8" ?>';
|
||||||
$xml .= $notice->asAtomEntry();
|
$xml .= $notice->asAtomEntry(true, true);
|
||||||
|
|
||||||
$salmon = new Salmon();
|
$salmon = new Salmon();
|
||||||
$salmon->post($oprofile->salmonuri, $xml);
|
$salmon->post($oprofile->salmonuri, $xml);
|
||||||
|
Loading…
Reference in New Issue
Block a user