diff --git a/src/app/shared/chat/group-messages/group-contacts/group-contacts.page.ts b/src/app/shared/chat/group-messages/group-contacts/group-contacts.page.ts index acc3d8b8b..37d2739d7 100644 --- a/src/app/shared/chat/group-messages/group-contacts/group-contacts.page.ts +++ b/src/app/shared/chat/group-messages/group-contacts/group-contacts.page.ts @@ -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){ diff --git a/version/git-version.ts b/version/git-version.ts index 3b7138b75..d9901528c 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,12 +1,12 @@ export let versionData = { - "shortSHA": "2b8357cec", - "SHA": "2b8357ceced749dc0b2fc3b1465029773b7ffc16", - "branch": "feature/agenda-layout", + "shortSHA": "808aec270", + "SHA": "808aec270b6c146f1e80fd72335116a819170ecf", + "branch": "no_bug_movemente", "lastCommitAuthor": "'Peter Maquiran'", - "lastCommitTime": "'Wed Apr 5 15:15:42 2023 +0100'", - "lastCommitMessage": "agenda", - "lastCommitNumber": "4889", + "lastCommitTime": "'Wed Apr 5 15:22:38 2023 +0100'", + "lastCommitMessage": "merge", + "lastCommitNumber": "4892", "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 ...\" to unstage)\n\tmodified: src/app/shared/chat/group-messages/group-contacts/group-contacts.page.ts", "changeAuthor": "peter.maquiran" } \ No newline at end of file