create new connection on login

This commit is contained in:
Peter Maquiran
2024-09-13 15:39:29 +01:00
parent 722e272acd
commit 9be19bfc78
2 changed files with 6 additions and 7 deletions
-1
View File
@@ -19,7 +19,6 @@ import { Cy } from 'cypress/enum'
import { AgendaDataRepositoryService } from 'src/app/module/agenda/data/repository/agenda-data-repository.service'; import { AgendaDataRepositoryService } from 'src/app/module/agenda/data/repository/agenda-data-repository.service';
import { NotificationRepositoryService } from 'src/app/module/notification/data/notification-repository.service' import { NotificationRepositoryService } from 'src/app/module/notification/data/notification-repository.service'
import { ChatServiceService } from 'src/app/module/chat/domain/chat-service.service'; import { ChatServiceService } from 'src/app/module/chat/domain/chat-service.service';
import { chatDatabase } from 'src/app/infra/database/dexie/service';
import { RoomLocalRepository } from 'src/app/module/chat/data/repository/room/room-local-repository.service' import { RoomLocalRepository } from 'src/app/module/chat/data/repository/room/room-local-repository.service'
import { MessageLocalDataSourceService } from 'src/app/module/chat/data/repository/message/message-local-data-source.service' import { MessageLocalDataSourceService } from 'src/app/module/chat/data/repository/message/message-local-data-source.service'
+6 -6
View File
@@ -1,11 +1,11 @@
export let versionData = { export let versionData = {
"shortSHA": "ed1b0c01d", "shortSHA": "722e272ac",
"SHA": "ed1b0c01d7497d40fe3e5d4ecdc2af8232962dea", "SHA": "722e272acd0640050d2c50103357f1f5cc8d0685",
"branch": "feature/chat-new-api-peter", "branch": "feature/chat-new-api-peter",
"lastCommitAuthor": "'Peter Maquiran'", "lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Fri Sep 13 15:33:40 2024 +0100'", "lastCommitTime": "'Fri Sep 13 15:37:25 2024 +0100'",
"lastCommitMessage": "clear chat connection", "lastCommitMessage": "update socket connection",
"lastCommitNumber": "6073", "lastCommitNumber": "6074",
"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 <file>...\" to unstage)\n\tmodified: src/app/pages/login/login.page.ts", "changeStatus": "On branch feature/chat-new-api-peter\nYour branch is ahead of 'origin/feature/chat-new-api-peter' by 2 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/pages/login/login.page.ts\n\tmodified: version/git-version.ts",
"changeAuthor": "peter.maquiran" "changeAuthor": "peter.maquiran"
} }