mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
save
This commit is contained in:
@@ -120,16 +120,6 @@ export class ContactsPage implements OnInit {
|
||||
this.openMessagesModal(this.room._id);
|
||||
});
|
||||
}
|
||||
/* getDirectMessage(roomId:any){
|
||||
console.log(roomId);
|
||||
|
||||
this.chatService.getAllDirectMessages().subscribe(res=>{
|
||||
let result = res['ims'].filter(data => data._id == roomId);
|
||||
this.dm = result[0];
|
||||
console.log(this.dm);
|
||||
this.openModal(this.dm);
|
||||
});
|
||||
} */
|
||||
|
||||
async openMessagesModal(roomId: any) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user