improve chat

This commit is contained in:
Peter Maquiran
2022-10-04 11:33:46 +01:00
parent b3dfb396f3
commit e738bf08f3
14 changed files with 74 additions and 144 deletions
+2 -1
View File
@@ -136,6 +136,7 @@ export class LoginPage implements OnInit {
await this.authService.loginToChatWs();
this.ChatService.setheader()
this.ChatService.refreshtoken();
this.ChatSystemService.ReLoadChat();
}
@@ -164,7 +165,7 @@ export class LoginPage implements OnInit {
await this.authService.loginToChatWs();
this.ChatService.setheader();
this.ChatService.refreshtoken();
this.ChatSystemService.ReLoadChat();
this.ChatSystemService.loadChat();
}
this.getToken();