create room bug solved on web

This commit is contained in:
Eudes Inácio
2022-07-06 17:50:42 +01:00
parent c3af87d5cd
commit 75609ae5b4
2 changed files with 28 additions and 1 deletions
@@ -162,6 +162,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
}
ngOnInit() {
this.wsChatMethodsService.getAllRooms();
this.chatService.refreshtoken();
this.wsChatMethodsService.getUserOfRoom(this.roomId).then((value) => {