mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-02 16:43:44 +00:00
encreased initial and preload counters
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user