]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/api.php
Add OStatus PuSH hub and Salmon links back into user and group feeds
[quix0rs-gnu-social.git] / lib / api.php
index 494b595d17881b65fd5d8bcd34a982883798164e..22eef7436dfc8ac1f010882f699786e480ff1b8a 100644 (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()