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){
|
function onStartApiRss($action){
|
||||||
|
|
||||||
// XXX: we want to only cloud enable the user_timeline so we need
|
if (get_class($action) == 'ApiTimelineUserAction') {
|
||||||
// to be even more specific than this... FIXME
|
|
||||||
|
|
||||||
if (get_class($action) == 'TwitapistatusesAction') {
|
|
||||||
|
|
||||||
$attrs = array('domain' => $this->domain,
|
$attrs = array('domain' => $this->domain,
|
||||||
'port' => $this->port,
|
'port' => $this->port,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user