mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 11:23:48 +00:00
Don't share contexts
This commit is contained in:
parent
6d694101c0
commit
2209c9e8bd
@ -479,7 +479,7 @@ func initializedNetwork(accountId: AccountRecordId, arguments: NetworkInitializa
|
||||
let key = SharedContextStore.Key(accountId: accountId)
|
||||
|
||||
let context: MTContext
|
||||
if let current = store.contexts[key] {
|
||||
if false, let current = store.contexts[key] {
|
||||
context = current
|
||||
context.updateApiEnvironment({ _ in return apiEnvironment})
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user