From: Zach Copley Date: Wed, 4 Nov 2009 00:51:40 +0000 (-0800) Subject: Only add rssCloud link to user timeline X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=46ac99cf4dc58b4e92a9b2397658ad8a093ee02f;p=quix0rs-gnu-social.git Only add rssCloud link to user timeline --- 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,