mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-17 11:00:07 +00:00
Application-specific item cache collection ids
This commit is contained in:
parent
84eed4d9f5
commit
13f00db4e4
@ -247,3 +247,7 @@ public struct SharedDataKeys {
|
||||
return key
|
||||
}()
|
||||
}
|
||||
|
||||
public func applicationSpecificItemCacheCollectionId(_ value: Int8) -> Int8 {
|
||||
return 64 + value
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user