updates.
[silc.git] / lib / silcclient / client_resume.c
index d3fd7a9dd9f5260f5bc25ac40ca328b4b0b47c70..6cccf3c7cad34053f820a3c5f5e011fa0ebec803 100644 (file)
@@ -317,6 +317,9 @@ void silc_client_resume_session(SilcClient client,
     }
   }
 
+  if (!session->channel_count)
+    RESUME_CALL_COMPLETION(client, session, TRUE);
+
   /* Now, we wait for replies to come back and then continue with USERS,
      CMODE and TOPIC commands. */
 }