diff --git a/client/src/app/site/chat/services/chat-notification.service.ts b/client/src/app/site/chat/services/chat-notification.service.ts index 7c59dc57c..f5ce6295d 100644 --- a/client/src/app/site/chat/services/chat-notification.service.ts +++ b/client/src/app/site/chat/services/chat-notification.service.ts @@ -43,6 +43,7 @@ export class ChatNotificationService { private openChatgroupIds: number[] = []; public constructor(private repo: ChatMessageRepositoryService, private storage: StorageService) { + this.storage.addNoClearKey(STORAGE_KEY); this.setup(); }