auto update conversations list

This commit is contained in:
liamcottle 2024-06-01 19:09:28 +12:00
commit ebfa6da361

View file

@ -1107,6 +1107,7 @@
setInterval(() => {
this.updateCallsList();
this.updateInterfaceStats();
this.getConversations();
}, 3000);
},