summaryrefslogtreecommitdiff
path: root/plugins/RSSCloud/RSSCloudPlugin.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-12-07 09:10:04 +0000
committerZach Copley <zach@status.net>2010-01-05 23:19:13 -0800
commit61804bb7bbd0cea92ba2bbcce15e37a35195341a (patch)
tree6e96d53f41463238549fec3cf99f456af1728f29 /plugins/RSSCloud/RSSCloudPlugin.php
parent4e07d9eeec0e2cc8f77dbd9d6e67c9ca03adc7ba (diff)
Plugin now checks notify handlers before registering subscriptions
Diffstat (limited to 'plugins/RSSCloud/RSSCloudPlugin.php')
-rw-r--r--plugins/RSSCloud/RSSCloudPlugin.php2
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,