forked from GNUsocial/gnu-social
AtomPub missing georss namespace merge from chimo
This commit is contained in:
commit
56b07d84c5
@ -133,6 +133,9 @@ class AtompubsubscriptionfeedAction extends ApiAuthAction
|
|||||||
$feed->addNamespace('media',
|
$feed->addNamespace('media',
|
||||||
'http://purl.org/syndication/atommedia');
|
'http://purl.org/syndication/atommedia');
|
||||||
|
|
||||||
|
$feed->addNamespace('georss',
|
||||||
|
'http://www.georss.org/georss');
|
||||||
|
|
||||||
$feed->id = $url;
|
$feed->id = $url;
|
||||||
|
|
||||||
$feed->setUpdated('now');
|
$feed->setUpdated('now');
|
||||||
|
Loading…
Reference in New Issue
Block a user