forked from GNUsocial/gnu-social
Add PoCo namespace to notice feeds
This commit is contained in:
parent
37179a91d5
commit
10281d59f4
@ -64,6 +64,11 @@ class AtomNoticeFeed extends Atom10Feed
|
|||||||
'http://activitystrea.ms/spec/1.0/'
|
'http://activitystrea.ms/spec/1.0/'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->addNamespace(
|
||||||
|
'poco',
|
||||||
|
'http://portablecontacts.net/spec/1.0'
|
||||||
|
);
|
||||||
|
|
||||||
// XXX: What should the uri be?
|
// XXX: What should the uri be?
|
||||||
$this->addNamespace(
|
$this->addNamespace(
|
||||||
'ostatus',
|
'ostatus',
|
||||||
|
Loading…
Reference in New Issue
Block a user