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,
|
||||
lineageBuilder,
|
||||
FollowTimelineQuery{
|
||||
Limit: 100,
|
||||
Limit: maxPostsPerTab,
|
||||
},
|
||||
)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue