I am running into an issue in my application where I cannot fetch the second page of replies to my account.
I had one account send 21 replies to another account. The second account can only see the first page of 20 replies. The extra one vanishes. This is true both in the API (which returns an empty list for page 2) and in the web interface (which disables the next page button). Is there a workaround for this? I am intending on using the since_id parameter, but in the rare case that I get more than 20 replies between checks, I will lose some.
