mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
improve
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user