mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix add user to chat
This commit is contained in:
@@ -246,6 +246,10 @@ export class GroupContactsPage implements OnInit {
|
||||
selectedContact(user:any){
|
||||
/* this.groupName = this.room.name; */
|
||||
user.isChecked = !user.isChecked;
|
||||
|
||||
const userIndex = this.users.findIndex((e) => e._id == user._id)
|
||||
this.users[userIndex] = user
|
||||
|
||||
}
|
||||
|
||||
addContacts(roomId:any){
|
||||
|
||||
Reference in New Issue
Block a user