ios: load chats and refresh call invitations before chat is started

This commit is contained in:
Evgeny Poberezkin
2024-07-29 19:35:42 +01:00
parent 018d9a1064
commit fb831439e9
3 changed files with 16 additions and 3 deletions
@@ -739,7 +739,7 @@ object ChatController {
}
}
suspend fun apiCheckChatRunning(): Boolean {
private suspend fun apiCheckChatRunning(): Boolean {
val r = sendCmd(null, CC.CheckChatRunning())
when (r) {
is CR.ChatRunning -> return true