This commit is contained in:
Peter Maquiran
2022-04-24 20:05:04 +01:00
parent 8572ad0929
commit 521700a70e
8 changed files with 19 additions and 8 deletions
@@ -121,6 +121,7 @@ export class ContactsPage implements OnInit {
console.log(res);
this.room = res['room'];
this.openMessagesModal(this.room._id);
this.WsChatMethodsService.getAllRooms()
});
}
@@ -113,6 +113,7 @@ export class NewGroupPage implements OnInit{
this.wsChatMethodsService.subscribeToRoomUpdate(res.result.rid, res.result);
this.addGroupMessage.emit(res.result.rid);
this.wsChatMethodsService.getAllRooms()
}
async addContacts(){