Only add rssCloud link to user timeline
This commit is contained in:
parent
51ac7439e1
commit
46ac99cf4d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user