Only add rssCloud link to user timeline

This commit is contained in:
Zach Copley 2009-11-03 16:51:40 -08:00
parent 51ac7439e1
commit 46ac99cf4d
1 changed files with 1 additions and 4 deletions

View 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,