diff options
author | Zach Copley <zach@status.net> | 2009-11-03 16:51:40 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-05 22:59:42 -0800 |
commit | 46ac99cf4dc58b4e92a9b2397658ad8a093ee02f (patch) | |
tree | c0b3e4462fbc0e0d0da06520377909f9ccaedcdc /plugins/RSSCloud/RSSCloudPlugin.php | |
parent | 51ac7439e1875e7703c7aaeba91d19838b860032 (diff) |
Only add rssCloud link to user timeline
Diffstat (limited to 'plugins/RSSCloud/RSSCloudPlugin.php')
-rw-r--r-- | plugins/RSSCloud/RSSCloudPlugin.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/RSSCloud/RSSCloudPlugin.php b/plugins/RSSCloud/RSSCloudPlugin.php index a971c3156..a86c153f1 100644 --- a/plugins/RSSCloud/RSSCloudPlugin.php +++ b/plugins/RSSCloud/RSSCloudPlugin.php @@ -111,10 +111,7 @@ class RSSCloudPlugin extends Plugin function onStartApiRss($action){ - // XXX: we want to only cloud enable the user_timeline so we need - // to be even more specific than this... FIXME - - if (get_class($action) == 'TwitapistatusesAction') { + if (get_class($action) == 'ApiTimelineUserAction') { $attrs = array('domain' => $this->domain, 'port' => $this->port, |