encreased initial and preload counters

This commit is contained in:
Avently
2025-01-16 10:20:51 -08:00
parent 56982d30e7
commit 563e67457d
+3 -3
View File
@@ -1191,9 +1191,9 @@ struct NewUser: Encodable {
}
public enum ChatPagination {
public static let INITIAL_COUNT = 50
public static let PRELOAD_COUNT = 50
public static let UNTIL_PRELOAD_COUNT = 20
public static let INITIAL_COUNT = 75
public static let PRELOAD_COUNT = 100
public static let UNTIL_PRELOAD_COUNT = 50
case last(count: Int)
case after(chatItemId: Int64, count: Int)