mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Stories
This commit is contained in:
@@ -259,6 +259,7 @@ private enum PreferencesKeyValues: Int32 {
|
||||
case accountSpecificCacheStorageSettings = 28
|
||||
case linksConfiguration = 29
|
||||
case chatListFilterUpdates = 30
|
||||
case globalPrivacySettings = 31
|
||||
}
|
||||
|
||||
public func applicationSpecificPreferencesKey(_ value: Int32) -> ValueBoxKey {
|
||||
@@ -411,6 +412,12 @@ public struct PreferencesKeys {
|
||||
key.setInt32(0, value: PreferencesKeyValues.chatListFilterUpdates.rawValue)
|
||||
return key
|
||||
}()
|
||||
|
||||
public static let globalPrivacySettings: ValueBoxKey = {
|
||||
let key = ValueBoxKey(length: 4)
|
||||
key.setInt32(0, value: PreferencesKeyValues.globalPrivacySettings.rawValue)
|
||||
return key
|
||||
}()
|
||||
}
|
||||
|
||||
private enum SharedDataKeyValues: Int32 {
|
||||
|
||||
Reference in New Issue
Block a user