diff --git a/src/app/pages/login/login.page.ts b/src/app/pages/login/login.page.ts index 14bc220b6..63320a97a 100644 --- a/src/app/pages/login/login.page.ts +++ b/src/app/pages/login/login.page.ts @@ -173,6 +173,7 @@ export class LoginPage implements OnInit { SessionStore.hasPassLogin = true; this.goback(); + this.ChatServiceService.start() } else { diff --git a/version/git-version.ts b/version/git-version.ts index a9677f505..fd0419ec6 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,11 +1,11 @@ export let versionData = { - "shortSHA": "e0bd6fdf4", - "SHA": "e0bd6fdf44eb7f2913357e9b8d1cc48c0a8866b7", + "shortSHA": "ed1b0c01d", + "SHA": "ed1b0c01d7497d40fe3e5d4ecdc2af8232962dea", "branch": "feature/chat-new-api-peter", "lastCommitAuthor": "'Peter Maquiran'", - "lastCommitTime": "'Fri Sep 13 15:14:59 2024 +0100'", - "lastCommitMessage": "remove static", - "lastCommitNumber": "6072", - "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 ...\" to unstage)\n\tmodified: src/app/infra/repository/adapter.ts\n\tmodified: src/app/infra/repository/dexie/dexie-repository.service.ts\n\tmodified: src/app/pages/login/login.page.ts\n\tmodified: version/git-version.ts", + "lastCommitTime": "'Fri Sep 13 15:33:40 2024 +0100'", + "lastCommitMessage": "clear chat connection", + "lastCommitNumber": "6073", + "changeStatus": "On branch feature/chat-new-api-peter\nYour branch is ahead of 'origin/feature/chat-new-api-peter' by 1 commit.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: src/app/pages/login/login.page.ts", "changeAuthor": "peter.maquiran" } \ No newline at end of file