forked from GNUsocial/gnu-social
		
	switch twitterstatusfetcher from friends_timeline to home_timeline
This commit is contained in:
		@@ -186,7 +186,7 @@ class TwitterStatusFetcher extends ParallelizingDaemon
 | 
				
			|||||||
        $timeline = null;
 | 
					        $timeline = null;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        try {
 | 
					        try {
 | 
				
			||||||
            $timeline = $client->statusesFriendsTimeline();
 | 
					            $timeline = $client->statusesHomeTimeline();
 | 
				
			||||||
        } catch (Exception $e) {
 | 
					        } catch (Exception $e) {
 | 
				
			||||||
            common_log(LOG_WARNING, $this->name() .
 | 
					            common_log(LOG_WARNING, $this->name() .
 | 
				
			||||||
                       ' - Twitter client unable to get friends timeline for user ' .
 | 
					                       ' - Twitter client unable to get friends timeline for user ' .
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user