mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
no message
This commit is contained in:
@@ -382,6 +382,7 @@ public final class Postbox<State: PostboxState> {
|
||||
|
||||
public func removeKeychainEntryForKey(key: String) {
|
||||
self.queue.dispatch {
|
||||
let keyBlob = Blob(data: key.dataUsingEncoding(NSUTF8StringEncoding, allowLossyConversion: true)!)
|
||||
self.database.prepareCached("DELETE FROM keychain WHERE key = ?").run(keyBlob)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user