mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
@@ -256,6 +256,7 @@ private enum PreferencesKeyValues: Int32 {
|
||||
case globalMessageAutoremoveTimeoutSettings = 27
|
||||
case accountSpecificCacheStorageSettings = 28
|
||||
case linksConfiguration = 29
|
||||
case chatListFilterUpdates = 30
|
||||
}
|
||||
|
||||
public func applicationSpecificPreferencesKey(_ value: Int32) -> ValueBoxKey {
|
||||
@@ -402,6 +403,12 @@ public struct PreferencesKeys {
|
||||
key.setInt32(0, value: PreferencesKeyValues.linksConfiguration.rawValue)
|
||||
return key
|
||||
}()
|
||||
|
||||
public static let chatListFilterUpdates: ValueBoxKey = {
|
||||
let key = ValueBoxKey(length: 4)
|
||||
key.setInt32(0, value: PreferencesKeyValues.chatListFilterUpdates.rawValue)
|
||||
return key
|
||||
}()
|
||||
}
|
||||
|
||||
private enum SharedDataKeyValues: Int32 {
|
||||
|
||||
Reference in New Issue
Block a user