Used the common limit per tab on landing page
This commit is contained in:
		
							parent
							
								
									1163640121
								
							
						
					
					
						commit
						b6017fefff
					
				| 
						 | 
					@ -57,7 +57,7 @@ func Index(c *RequestContext) ResponseData {
 | 
				
			||||||
			c.CurrentUser,
 | 
								c.CurrentUser,
 | 
				
			||||||
			lineageBuilder,
 | 
								lineageBuilder,
 | 
				
			||||||
			FollowTimelineQuery{
 | 
								FollowTimelineQuery{
 | 
				
			||||||
				Limit: 100,
 | 
									Limit: maxPostsPerTab,
 | 
				
			||||||
			},
 | 
								},
 | 
				
			||||||
		)
 | 
							)
 | 
				
			||||||
		if err != nil {
 | 
							if err != nil {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue