mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
[WIP] Business
This commit is contained in:
@@ -33,7 +33,7 @@ extension ChatControllerImpl {
|
||||
break
|
||||
case let .replyThread(replyThreadMessage):
|
||||
threadId = replyThreadMessage.threadId
|
||||
case .feed:
|
||||
case .customChatContents:
|
||||
break
|
||||
}
|
||||
|
||||
@@ -125,7 +125,7 @@ extension ChatControllerImpl {
|
||||
})
|
||||
if let navigateIndex = navigateIndex {
|
||||
switch strongSelf.chatLocation {
|
||||
case .peer, .replyThread, .feed:
|
||||
case .peer, .replyThread, .customChatContents:
|
||||
strongSelf.navigateToMessage(from: nil, to: .index(navigateIndex), forceInCurrentChat: true)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user