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);
|
const room = this.ChatSystemService.getRoomById(roomId);
|
||||||
|
|
||||||
if(room.isGroup) {
|
if(room.isGroup) {
|
||||||
|
this.segment = "Grupos"
|
||||||
this.openGroupMessagesPage(room.id);
|
this.openGroupMessagesPage(room.id);
|
||||||
} else {
|
} else {
|
||||||
|
this.segment = "Contactos"
|
||||||
this.openMessagesPage(room.id);
|
this.openMessagesPage(room.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user