Merge pull request #5929 from FinnStutzenstein/chatPersistance
Do not clear chat notifications from local storage
This commit is contained in:
commit
05fcf40b51
@ -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