diff --git a/web/app/controllers/user_msg.php b/web/app/controllers/user_msg.php index 070ae32..4513cbb 100644 --- a/web/app/controllers/user_msg.php +++ b/web/app/controllers/user_msg.php @@ -151,7 +151,7 @@ $(document).ready(function() { $.ajaxSetup({async:false}); refreshConversations(); - enterConversation(""); + enterConversation(); });