Add OStatus PuSH hub and Salmon links back into user and group feeds

This commit is contained in:
Zach Copley
2010-02-12 19:00:35 -08:00
parent d6f1df8b76
commit f3a82e787c
8 changed files with 193 additions and 31 deletions

View File

@@ -1154,7 +1154,6 @@ class ApiAction extends Action
$this->elementStart('feed', array('xmlns' => 'http://www.w3.org/2005/Atom',
'xml:lang' => 'en-US',
'xmlns:thr' => 'http://purl.org/syndication/thread/1.0'));
Event::handle('StartApiAtom', array($this));
}
function endTwitterAtom()