diff --git a/TelegramCore/Namespaces.swift b/TelegramCore/Namespaces.swift index 64c77b5623..de2d804107 100644 --- a/TelegramCore/Namespaces.swift +++ b/TelegramCore/Namespaces.swift @@ -247,3 +247,7 @@ public struct SharedDataKeys { return key }() } + +public func applicationSpecificItemCacheCollectionId(_ value: Int8) -> Int8 { + return 64 + value +}