This commit is contained in:
Peter Maquiran
2022-10-11 15:48:59 +01:00
parent 5ba6db34dd
commit a2bdbb00fd
+2
View File
@@ -741,8 +741,10 @@ export class ChatPage implements OnInit {
const room = this.ChatSystemService.getRoomById(roomId);
if(room.isGroup) {
this.segment = "Grupos"
this.openGroupMessagesPage(room.id);
} else {
this.segment = "Contactos"
this.openMessagesPage(room.id);
}