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

@@ -114,7 +114,7 @@ final class OverlayAudioPlayerControllerImpl: ViewController, OverlayAudioPlayer
guard let navigationController = self.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