fix errors

This commit is contained in:
Peter Maquiran
2024-12-06 11:21:32 +01:00
parent 5a1bbe6103
commit aef73625f0
10 changed files with 112 additions and 69 deletions
+1
View File
@@ -446,6 +446,7 @@ export class ChatPage implements OnInit {
doRefresh(event) {
setTimeout(() => {
try {
this.ChatServiceService.getRoomList()
event?.target?.complete();
} catch (error) { }
}, 1000);