Used the common limit per tab on landing page

This commit is contained in:
Asaf Gartner 2024-07-06 12:54:39 +03:00
parent 1163640121
commit b6017fefff
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func Index(c *RequestContext) ResponseData {
c.CurrentUser,
lineageBuilder,
FollowTimelineQuery{
Limit: 100,
Limit: maxPostsPerTab,
},
)
if err != nil {