mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
improve
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user