[WIP] Business

This commit is contained in:
Isaac
2024-02-16 22:52:01 +04:00
parent 16c226c801
commit 46881c65ca
69 changed files with 4103 additions and 1236 deletions

View File

@@ -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)
}
}