This commit is contained in:
Peter Maquiran
2021-08-25 13:04:15 +01:00
parent 3798d61632
commit 75a714a03a
8 changed files with 8 additions and 36 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export class ChatMessageService {
constructor() {
this.keyName = ('chat'+SHA1(this.constructor.name)).toString()
this.keyName = (SHA1('chat'+this.constructor.name)).toString()
setTimeout(()=> {
let restore = localstoreService.get(this.keyName, {})