]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Only add rssCloud link to user timeline
authorZach Copley <zach@status.net>
Wed, 4 Nov 2009 00:51:40 +0000 (16:51 -0800)
committerZach Copley <zach@status.net>
Wed, 6 Jan 2010 06:59:42 +0000 (22:59 -0800)
plugins/RSSCloud/RSSCloudPlugin.php

index a971c31567f3e13dcd70e9ad6af358026fbe7d53..a86c153f14ff3d4ed62472a1eae81560459b94d6 100644 (file)
@@ -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,