register component

This commit is contained in:
Peter Maquiran
2024-10-10 12:19:09 +01:00
parent 7a7a60a333
commit ed3b199622
5 changed files with 14 additions and 10 deletions
+6 -6
View File
@@ -1,11 +1,11 @@
export let versionData = {
"shortSHA": "cbe535899",
"SHA": "cbe535899f3c90deee7cfc9eddc1d4c18f3ac0be",
"shortSHA": "7a7a60a33",
"SHA": "7a7a60a3332bebb040da3756daeb12273d36abee",
"branch": "feature/chat-new-api-peter",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Thu Oct 10 11:08:32 2024 +0100'",
"lastCommitMessage": "fix message order on reconect",
"lastCommitNumber": "6091",
"changeStatus": "On branch feature/chat-new-api-peter\nYour branch is ahead of 'origin/feature/chat-new-api-peter' by 6 commits.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/module/chat/domain/use-case/message/message-create-use-case.service.ts\n\tmodified: src/app/module/chat/domain/use-case/room/room-get-list-use-case.service.ts\n\tmodified: version/git-version.ts",
"lastCommitTime": "'Thu Oct 10 11:45:34 2024 +0100'",
"lastCommitMessage": "fix server room duplication",
"lastCommitNumber": "6092",
"changeStatus": "On branch feature/chat-new-api-peter\nYour branch is ahead of 'origin/feature/chat-new-api-peter' by 7 commits.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/ui/chat/chat-routing.module.ts\n\tmodified: src/app/ui/chat/component/contacts/contacts.page.html\n\tmodified: src/app/ui/chat/component/group-contacts/group-contacts.page.html\n\tmodified: src/app/ui/chat/modal/messages/contacts/contacts.page.html",
"changeAuthor": "peter.maquiran"
}