fix pin page

This commit is contained in:
Peter Maquiran
2022-12-19 20:46:45 +01:00
parent 71493c4ae8
commit be617c0fe3
3 changed files with 8 additions and 4 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) {