aboutsummaryrefslogtreecommitdiff
path: root/chat_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'chat_request.h')
-rw-r--r--chat_request.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chat_request.h b/chat_request.h
index 38a3d7c..353fbf4 100644
--- a/chat_request.h
+++ b/chat_request.h
@@ -69,6 +69,7 @@ void send_chat_request(char * username) {
// set my in_chat flag
strcpy(in_chat, "Y");
+ status_broadcast_once();
pthread_t recv_thread;
pthread_create(&recv_thread, NULL, receive_chat_messages, NULL);