remove alert

This commit is contained in:
Peter Maquiran
2022-07-26 17:40:41 +01:00
parent 86ada92883
commit 531eaeecf2
2 changed files with 1 additions and 19 deletions
@@ -138,25 +138,10 @@ export class ContactsPage implements OnInit {
}
async openMessages(username:string){
/* this.close(); */
let dm:any;
//Create new room
this.createRoom(username);
//Get direct messages (dm)
/* this.getDirectMessage(this.room._id); */
this.createRoom(username);
/* const modal = await this.modalController.create({
component: MessagesPage,
cssClass: 'group-messages',
backdropDismiss: false,
componentProps: {
dm: dm,
},
});
await modal.present();
modal.onDidDismiss(); */
}
}