Do not clear chat notifications from local storage

This commit is contained in:
Finn Stutzenstein 2021-03-01 15:00:47 +01:00
parent e75bdeb0f7
commit b13732f9ec
No known key found for this signature in database
GPG Key ID: 9042F605C6324654
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}