mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
Fix
This commit is contained in:
parent
a8b02015ce
commit
e26a2c3e21
@ -15,7 +15,8 @@ final class WebAppSecureStorage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static private func keyPrefix(userId: EnginePeer.Id, botId: EnginePeer.Id) -> String {
|
static private func keyPrefix(userId: EnginePeer.Id, botId: EnginePeer.Id) -> String {
|
||||||
return "A\(UInt64(bitPattern: userId.toInt64()))WebBot\(UInt64(bitPattern: botId.toInt64()))Key_"
|
return "WebBot\(UInt64(bitPattern: botId.toInt64()))Key_"
|
||||||
|
//return "A\(UInt64(bitPattern: userId.toInt64()))WebBot\(UInt64(bitPattern: botId.toInt64()))Key_"
|
||||||
}
|
}
|
||||||
|
|
||||||
static private func makeQuery(userId: EnginePeer.Id, botId: EnginePeer.Id, key: String) -> [String: Any] {
|
static private func makeQuery(userId: EnginePeer.Id, botId: EnginePeer.Id, key: String) -> [String: Any] {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user