add documentation and remove console logs

This commit is contained in:
Peter Maquiran
2024-09-18 15:24:50 +01:00
parent 8d332f73a8
commit a4d81a68e6
6 changed files with 38 additions and 15 deletions
+6 -6
View File
@@ -1,11 +1,11 @@
export let versionData = {
"shortSHA": "01c2f5efb",
"SHA": "01c2f5efb5fa836decbc130ca5dcb8a8b6634d94",
"shortSHA": "8d332f73a",
"SHA": "8d332f73a8dafc3ea98b2eb8e35322d89d185883",
"branch": "feature/chat-new-api-peter",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Wed Sep 18 11:47:23 2024 +0100'",
"lastCommitMessage": "fix direct room",
"lastCommitNumber": "6079",
"changeStatus": "On branch feature/chat-new-api-peter\nYour branch is up to date with 'origin/feature/chat-new-api-peter'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/core/chat/entity/group.ts\n\tmodified: src/app/core/chat/entity/message.ts\n\tmodified: src/app/module/chat/data/async/list/rooms/roomListChangeDetector.ts\n\tmodified: src/app/module/chat/domain/use-case/room/room-bold-sync-use-case.service.ts\n\tmodified: src/app/ui/chat/component/messages/messages.page.ts",
"lastCommitTime": "'Wed Sep 18 12:32:31 2024 +0100'",
"lastCommitMessage": "fix bold",
"lastCommitNumber": "6080",
"changeStatus": "On branch feature/chat-new-api-peter\nYour branch is up to date with 'origin/feature/chat-new-api-peter'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tnew file: doc/database.md\n\tmodified: src/app/infra/database/dexie/service.ts\n\tmodified: src/app/module/chat/domain/use-case/room/room-bold-sync-use-case.service.ts\n\tmodified: src/app/module/chat/domain/use-case/room/room-set-last-message.service.ts\n\tmodified: src/app/ui/chat/component/contacts/contacts.page.ts",
"changeAuthor": "peter.maquiran"
}