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