forked from GNUsocial/gnu-social
		
	Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
This commit is contained in:
		@@ -214,7 +214,8 @@ class TwitterStatusFetcher extends Daemon
 | 
				
			|||||||
            return;
 | 
					            return;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        foreach ($timeline as $status) {
 | 
					        // Reverse to preserve order
 | 
				
			||||||
 | 
					        foreach (array_reverse($timeline) as $status) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            // Hacktastic: filter out stuff coming from this Laconica
 | 
					            // Hacktastic: filter out stuff coming from this Laconica
 | 
				
			||||||
            $source = mb_strtolower(common_config('integration', 'source'));
 | 
					            $source = mb_strtolower(common_config('integration', 'source'));
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user