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:
@@ -39,7 +39,8 @@ export class ChatPage implements OnInit {
|
||||
dmUsers:any;
|
||||
|
||||
desktopComponent: any = {
|
||||
messages: false,
|
||||
showMessages: false,
|
||||
showGroupMessages: false,
|
||||
}
|
||||
|
||||
constructor(
|
||||
@@ -56,7 +57,7 @@ export class ChatPage implements OnInit {
|
||||
}
|
||||
closeAllDesktopComponent(){
|
||||
this.desktopComponent = {
|
||||
messages: false,
|
||||
showMessages: false,
|
||||
}
|
||||
}
|
||||
ngOnInit() {
|
||||
@@ -192,7 +193,7 @@ export class ChatPage implements OnInit {
|
||||
await modal.present();
|
||||
modal.onDidDismiss();
|
||||
}
|
||||
|
||||
|
||||
async openGroupMessages(room:any){
|
||||
let classs;
|
||||
if( window.innerWidth <= 1024){
|
||||
|
||||
Reference in New Issue
Block a user