mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Mixed WIP
This commit is contained in:
@@ -196,6 +196,7 @@ private enum PreferencesKeyValues: Int32 {
|
||||
case secretChatSettings = 17
|
||||
case walletCollection = 18
|
||||
case contentSettings = 19
|
||||
case chatListFilters = 20
|
||||
}
|
||||
|
||||
public func applicationSpecificPreferencesKey(_ value: Int32) -> ValueBoxKey {
|
||||
@@ -306,6 +307,12 @@ public struct PreferencesKeys {
|
||||
key.setInt32(0, value: PreferencesKeyValues.contentSettings.rawValue)
|
||||
return key
|
||||
}()
|
||||
|
||||
public static let chatListFilters: ValueBoxKey = {
|
||||
let key = ValueBoxKey(length: 4)
|
||||
key.setInt32(0, value: PreferencesKeyValues.chatListFilters.rawValue)
|
||||
return key
|
||||
}()
|
||||
}
|
||||
|
||||
private enum SharedDataKeyValues: Int32 {
|
||||
|
||||
Reference in New Issue
Block a user