aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service/service.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/service.go b/service/service.go
index 9190ca4..c04557e 100644
--- a/service/service.go
+++ b/service/service.go
@@ -273,7 +273,7 @@ func (svc *service) ServeTimelinePage(c *model.Client, tType string,
}
}
- if len(pg.MaxID) > 0 {
+ if len(pg.MaxID) > 0 && len(statuses) == 20 {
nextLink = fmt.Sprintf("/timeline/%s?max_id=%s", tType, pg.MaxID)
}