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(() => {