Created a thick thread with 100 messages. Closed and reopened the app, scrolled up, and made sure all 100 messages are displayed.
There are two issues though:
1. We don't stop after fetching the first batch. Instead, we're fetching all the batches one by one immediately.
2. The robotext about creating a thread isn't fetched when there are more than `defaultNumberPerThread` messages.