diff options
author | Zach Copley <zach@status.net> | 2009-12-07 09:10:04 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-05 23:19:13 -0800 |
commit | 61804bb7bbd0cea92ba2bbcce15e37a35195341a (patch) | |
tree | 6e96d53f41463238549fec3cf99f456af1728f29 /plugins/RSSCloud/RSSCloudPlugin.php | |
parent | 4e07d9eeec0e2cc8f77dbd9d6e67c9ca03adc7ba (diff) |
Plugin now checks notify handlers before registering subscriptions
Diffstat (limited to 'plugins/RSSCloud/RSSCloudPlugin.php')
-rw-r--r-- | plugins/RSSCloud/RSSCloudPlugin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/RSSCloud/RSSCloudPlugin.php b/plugins/RSSCloud/RSSCloudPlugin.php index 8e57b4a3e..402fbec2d 100644 --- a/plugins/RSSCloud/RSSCloudPlugin.php +++ b/plugins/RSSCloud/RSSCloudPlugin.php @@ -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, |