mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
save
This commit is contained in:
@@ -737,6 +737,18 @@ export class ChatPage implements OnInit {
|
||||
}
|
||||
|
||||
|
||||
backToChat({roomId}) {
|
||||
|
||||
const room = this.ChatSystemService.getRoomById(roomId);
|
||||
|
||||
if(room.isGroup) {
|
||||
this.openGroupMessagesPage(room.id);
|
||||
} else {
|
||||
this.openMessagesPage(room.id);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
async openChatDebuggingPageModal(roomId?: any) {
|
||||
|
||||
const modal = await this.modalController.create({
|
||||
|
||||
Reference in New Issue
Block a user