mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Invite Links Fixes
This commit is contained in:
@@ -1212,8 +1212,8 @@ public class ChatListControllerImpl: TelegramBaseController, ChatListController
|
||||
strongSelf.forEachController({ controller in
|
||||
if let controller = controller as? UndoOverlayController {
|
||||
switch controller.content {
|
||||
case let .archivedChat(archivedChat):
|
||||
if peerIds.contains(PeerId(archivedChat.peerId)) {
|
||||
case let .archivedChat(peerId, _, _, _):
|
||||
if peerIds.contains(PeerId(peerId)) {
|
||||
controller.dismiss()
|
||||
}
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user