Plugin now checks notify handlers before registering subscriptions

This commit is contained in:
Zach Copley
2009-12-07 09:10:04 +00:00
parent 4e07d9eeec
commit 61804bb7bb
4 changed files with 113 additions and 102 deletions

View File

@@ -112,6 +112,8 @@ class RSSCloudPlugin extends Plugin
function onStartApiRss($action)
{
// XXX: Add RSS 1.0 user feeds
if (get_class($action) == 'ApiTimelineUserAction') {
$attrs = array('domain' => $this->domain,