reflect to mobile

This commit is contained in:
Peter Maquiran
2024-09-18 19:02:45 +01:00
parent a4d81a68e6
commit 6dac5733a6
9 changed files with 499 additions and 674 deletions
@@ -105,7 +105,7 @@ export class RoomBoldSyncUseCaseService {
const room = await this.roomLocalDataSourceService.findOne({id: roomId})
if(room.isOk()) {
if(room.isOk() && room.value) {
const roomEntity = new RoomEntity(room.value)
if (roomEntity.hasLastMessage()) {