Update MXMembershipChangeState related code.

This commit is contained in:
SBiOSoftWhare
2020-11-17 21:27:57 +01:00
parent c273394c67
commit 0633594370
5 changed files with 24 additions and 22 deletions
@@ -108,7 +108,7 @@ NSString *const kInviteRecentTableViewCellRoomKey = @"kInviteRecentTableViewCell
if (room.roomId)
{
[self updateButtonViewsWith:room.roomId];
[self updateButtonViewsWith:room.roomId session:room.mxSession];
}
}