Overview
Implement pagination for message history. I'm not sure if we want to do regular pagination or infinite pagination. I'm not sure exactly what counts as an "infinite" query. I included below references to the docs for both options. For reference, the goal here is to support fetching more messages as you scroll through your message history in a conversation.
References
Spec
The spec for this is pretty straightforward, but one thing that I'm not sure about is how pagination works with constantly-incoming messages and how it would interact with caching.
Overview
Implement pagination for message history. I'm not sure if we want to do regular pagination or infinite pagination. I'm not sure exactly what counts as an "infinite" query. I included below references to the docs for both options. For reference, the goal here is to support fetching more messages as you scroll through your message history in a conversation.
References
Spec
The spec for this is pretty straightforward, but one thing that I'm not sure about is how pagination works with constantly-incoming messages and how it would interact with caching.