mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix
This commit is contained in:
parent
a8b02015ce
commit
e26a2c3e21
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ final class WebAppSecureStorage {
|
|||
}
|
||||
|
||||
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] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue