From 3679091e60a702490c125a680c45f2b44b8f787d Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Wed, 9 Feb 2022 15:54:57 +0100 Subject: [PATCH] improve --- src/app/services/chat/room.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/chat/room.service.ts b/src/app/services/chat/room.service.ts index 5f81a1674..fd74754e7 100644 --- a/src/app/services/chat/room.service.ts +++ b/src/app/services/chat/room.service.ts @@ -374,9 +374,9 @@ export class RoomService { this.prepareMessage(message) } - }); + }) - this.storage.set('chatmsg' + this.id, chatHistory) + this.storage.set('chatmsg' + this.id, chatHistory.result.messages) }) setTimeout(() => {