From 46ac99cf4dc58b4e92a9b2397658ad8a093ee02f Mon Sep 17 00:00:00 2001
From: Zach Copley <zach@status.net>
Date: Tue, 3 Nov 2009 16:51:40 -0800
Subject: [PATCH] Only add rssCloud link to user timeline

---
 plugins/RSSCloud/RSSCloudPlugin.php | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/plugins/RSSCloud/RSSCloudPlugin.php b/plugins/RSSCloud/RSSCloudPlugin.php
index a971c31567..a86c153f14 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,
-- 
2.39.5