date format solved and intevinets text correted

This commit is contained in:
Eudes Inácio
2023-08-15 12:42:40 +01:00
22 changed files with 138 additions and 55 deletions
@@ -68,7 +68,7 @@ export class ContactsPage implements OnInit {
username: username,
}
this.chatService.createRoom(body).subscribe(res => {
this.ChatSystemService.getAllRooms();
this.room = res['room'];
this.openMessage.emit(this.room._id);
});