diff --git a/public/index.html b/public/index.html
index 15fb07d..14b4f27 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1107,6 +1107,7 @@
setInterval(() => {
this.updateCallsList();
this.updateInterfaceStats();
+ this.getConversations();
}, 3000);
},