Do not clear chat notifications from local storage
This commit is contained in:
parent
e75bdeb0f7
commit
b13732f9ec
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user