From 7fb770c5609a3b5fd294c5883c8b7abd497d090c Mon Sep 17 00:00:00 2001 From: overtake Date: Sat, 20 Nov 2021 13:16:58 +0400 Subject: [PATCH] sercretChatSettings up --- .../TelegramCore/Sources/SyncCore/SyncCore_Namespaces.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/TelegramCore/Sources/SyncCore/SyncCore_Namespaces.swift b/submodules/TelegramCore/Sources/SyncCore/SyncCore_Namespaces.swift index b1cf272cb7..950361df7a 100644 --- a/submodules/TelegramCore/Sources/SyncCore/SyncCore_Namespaces.swift +++ b/submodules/TelegramCore/Sources/SyncCore/SyncCore_Namespaces.swift @@ -214,12 +214,12 @@ private enum PreferencesKeyValues: Int32 { case appConfiguration = 14 case searchBotsConfiguration = 15 case contactsSettings = 16 - case secretChatSettings = 17 case walletCollection = 18 case contentSettings = 19 case chatListFilters = 20 case peersNearby = 21 case chatListFiltersFeaturedState = 22 + case secretChatSettings = 23 } public func applicationSpecificPreferencesKey(_ value: Int32) -> ValueBoxKey {