add refesh token

This commit is contained in:
Peter Maquiran
2022-09-29 15:23:27 +01:00
parent 50a7290edf
commit 8c729e900d
4 changed files with 11 additions and 17 deletions
+2
View File
@@ -234,6 +234,7 @@ export class ChatPage implements OnInit {
}
openMessagesPage(rid) {
this.chatService.refreshtoken();
this.roomId = rid;
if (window.innerWidth < 701) {
@@ -281,6 +282,7 @@ export class ChatPage implements OnInit {
}
openGroupMessagesPage(rid) {
this.chatService.refreshtoken();
this.roomId = rid;
if (window.innerWidth < 701) {