Saved messges improvements

This commit is contained in:
Isaac
2024-01-29 12:12:41 +01:00
parent 224cce972c
commit 8479dd4a6e
17 changed files with 48 additions and 21 deletions

View File

@@ -546,7 +546,7 @@ public final class InviteLinkViewController: ViewController {
guard let navigationController = self.controller?.navigationController as? NavigationController else {
return
}
self.context.sharedContext.navigateToChatController(NavigateToChatControllerParams(navigationController: navigationController, context: self.context, chatLocation: .peer(peer)))
self.context.sharedContext.navigateToChatController(NavigateToChatControllerParams(navigationController: navigationController, context: self.context, chatLocation: .peer(peer), forceOpenChat: true))
})
}
return false