mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Initial peer id refactoring
This commit is contained in:
@@ -938,7 +938,7 @@ public class ChatListControllerImpl: TelegramBaseController, ChatListController
|
||||
}
|
||||
if archiveEnabled {
|
||||
for peerId in peerIds {
|
||||
if peerId == PeerId(namespace: Namespaces.Peer.CloudUser, id: 777000) {
|
||||
if peerId == PeerId(namespace: Namespaces.Peer.CloudUser, id: PeerId.Id._internalFromInt32Value(777000)) {
|
||||
archiveEnabled = false
|
||||
break
|
||||
} else if peerId == strongSelf.context.account.peerId {
|
||||
|
||||
Reference in New Issue
Block a user