Fix follower pagination in cmd/mstdn
Make sure to reset Pagination's MinID on every iteration, as discussed in #99.
This commit is contained in:
parent
c9e2d23df3
commit
25da74b864
|
@ -29,6 +29,7 @@ func cmdFollowers(c *cli.Context) error {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
pg.SinceID = ""
|
pg.SinceID = ""
|
||||||
|
pg.MinID = ""
|
||||||
time.Sleep(10 * time.Second)
|
time.Sleep(10 * time.Second)
|
||||||
}
|
}
|
||||||
s := newScreen(config)
|
s := newScreen(config)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user