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){
|
selectedContact(user:any){
|
||||||
/* this.groupName = this.room.name; */
|
/* this.groupName = this.room.name; */
|
||||||
user.isChecked = !user.isChecked;
|
user.isChecked = !user.isChecked;
|
||||||
|
|
||||||
|
const userIndex = this.users.findIndex((e) => e._id == user._id)
|
||||||
|
this.users[userIndex] = user
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
addContacts(roomId:any){
|
addContacts(roomId:any){
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "2b8357cec",
|
"shortSHA": "808aec270",
|
||||||
"SHA": "2b8357ceced749dc0b2fc3b1465029773b7ffc16",
|
"SHA": "808aec270b6c146f1e80fd72335116a819170ecf",
|
||||||
"branch": "feature/agenda-layout",
|
"branch": "no_bug_movemente",
|
||||||
"lastCommitAuthor": "'Peter Maquiran'",
|
"lastCommitAuthor": "'Peter Maquiran'",
|
||||||
"lastCommitTime": "'Wed Apr 5 15:15:42 2023 +0100'",
|
"lastCommitTime": "'Wed Apr 5 15:22:38 2023 +0100'",
|
||||||
"lastCommitMessage": "agenda",
|
"lastCommitMessage": "merge",
|
||||||
"lastCommitNumber": "4889",
|
"lastCommitNumber": "4892",
|
||||||
"change": "",
|
"change": "",
|
||||||
"changeStatus": "On branch feature/agenda-layout\nAll conflicts fixed but you are still merging.\n (use \"git commit\" to conclude merge)\n\nChanges to be committed:\n\tmodified: config.xml\n\tmodified: src/app/pages/chat/group-messages/group-messages.page.ts\n\tmodified: src/app/pages/chat/messages/contacts/contacts.page.ts\n\tmodified: src/app/pages/chat/messages/messages.page.ts\n\tmodified: src/app/services/chat/chat-system.service.ts\n\tmodified: src/app/services/chat/message.service.ts\n\tmodified: src/app/shared/chat/group-messages/group-messages.page.ts\n\tmodified: src/app/shared/chat/messages/messages.page.ts\n\tmodified: version/git-version.ts",
|
"changeStatus": "On branch no_bug_movemente\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/shared/chat/group-messages/group-contacts/group-contacts.page.ts",
|
||||||
"changeAuthor": "peter.maquiran"
|
"changeAuthor": "peter.maquiran"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user