kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			Update InternalApiController
							rodzic
							
								
									ebdb365cf8
								
							
						
					
					
						commit
						8309c85d8b
					
				| 
						 | 
				
			
			@ -117,6 +117,7 @@ class InternalApiController extends Controller
 | 
			
		|||
              ->whereIsNsfw(false)
 | 
			
		||||
              ->whereVisibility('public')
 | 
			
		||||
              ->whereNotIn('profile_id', $following)
 | 
			
		||||
              ->whereDate('created_at', '>', now()->subMonths(3))
 | 
			
		||||
              ->with('media')
 | 
			
		||||
              ->inRandomOrder()
 | 
			
		||||
              ->take(36)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue