Update MXMembershipChangeState related code.

This commit is contained in:
SBiOSoftWhare
2020-11-17 21:27:57 +01:00
parent 9d6fe34019
commit b58accec86
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];
}
}