mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Initial 64-bit id support
This commit is contained in:
@@ -89,7 +89,7 @@ public final class WatchCommunicationManager {
|
||||
}
|
||||
if let context = appContext {
|
||||
strongSelf.accountContext.set(.single(context.context))
|
||||
strongSelf.server.setAuthorized(true, userId: context.context.account.peerId.id._internalGetInt32Value())
|
||||
strongSelf.server.setAuthorized(true, userId: context.context.account.peerId.id._internalGetInt64Value())
|
||||
strongSelf.server.setMicAccessAllowed(false)
|
||||
strongSelf.server.pushContext()
|
||||
strongSelf.server.setMicAccessAllowed(true)
|
||||
|
||||
Reference in New Issue
Block a user