Merge branch 'develop_bitOut' into consoleCle

This commit is contained in:
Peter Maquiran
2022-12-20 17:16:55 +01:00
23 changed files with 293 additions and 238 deletions
-3
View File
@@ -131,8 +131,6 @@ export class ChatPage implements OnInit {
ngOnInit() {
// this.chatService.refreshtoken();
this.segment = "Contactos";
this.authService.userData$.subscribe((res: any) => {
@@ -281,7 +279,6 @@ export class ChatPage implements OnInit {
}
openGroupMessagesPage(rid) {
// this.chatService.refreshtoken();
this.roomId = rid;
if (window.innerWidth < 701) {