mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Merge branch 'develop' into ismail/4384_room_summary_store
This commit is contained in:
@@ -87,7 +87,7 @@ NSString *const kInviteRecentTableViewCellRoomKey = @"kInviteRecentTableViewCell
|
||||
{
|
||||
if (self.delegate)
|
||||
{
|
||||
MXRoom *room = [roomCellData.mxSession roomWithRoomId:roomCellData.roomSummary.roomId];
|
||||
MXRoom *room = [roomCellData.mxSession roomWithRoomId:roomCellData.roomIdentifier];
|
||||
|
||||
if (room)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user