Fetch room from session when needed

This commit is contained in:
ismailgulek
2021-09-23 16:56:39 +03:00
parent e5bb3dd0c8
commit 7b394ef3c4
2 changed files with 4 additions and 4 deletions
@@ -130,8 +130,8 @@
}
MXRoom *room = [roomCellData.mxSession roomWithRoomId:roomCellData.roomSummary.roomId];
[room.summary setRoomAvatarImageIn:self.roomAvatar];
MXRoomSummary *summary = [roomCellData.mxSession roomSummaryWithRoomId:roomCellData.roomSummary.roomId];
[summary setRoomAvatarImageIn:self.roomAvatar];
}
}