[LLC, Persistence] Use pagination options instead of single filter
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -489,7 +489,7 @@ class Channel {
|
||||
}) async {
|
||||
final cachedReplies = await _client.chatPersistenceClient?.getReplies(
|
||||
parentId,
|
||||
lessThan: options?.lessThan,
|
||||
options: options,
|
||||
);
|
||||
if (cachedReplies != null && cachedReplies.isNotEmpty) {
|
||||
state?.updateThreadInfo(parentId, cachedReplies);
|
||||
|
||||
Reference in New Issue
Block a user