debug code to dump new status data
This commit is contained in:
		@@ -260,6 +260,8 @@ class TwitterStatusFetcher extends ParallelizingDaemon
 | 
				
			|||||||
            return $dupe;
 | 
					            return $dupe;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        common_debug("Saving status {$status->id} with data " . print_r($status, true));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // If it's a retweet, save it as a repeat!
 | 
					        // If it's a retweet, save it as a repeat!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (!empty($status->retweeted_status)) {
 | 
					        if (!empty($status->retweeted_status)) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user