Reverting the test
This commit is contained in:
		
					parent
					
						
							
								7117ada2bc
							
						
					
				
			
			
				commit
				
					
						b51dc4dd91
					
				
			
		
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2262,7 +2262,6 @@ function api_statuses_user_timeline($type)
 | 
			
		|||
		$condition[0] .= " AND `id` <= ?";
 | 
			
		||||
		$condition[] = $max_id;
 | 
			
		||||
	}
 | 
			
		||||
	$condition = []; // test
 | 
			
		||||
	$params = ['order' => ['id' => true], 'limit' => [$start, $count]];
 | 
			
		||||
	$statuses = Post::selectForUser(api_user(), [], $condition, $params);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue