RecentsViewController: Allows to decline space invites.

This commit is contained in:
SBiOSoftWhare
2021-05-05 11:32:18 +02:00
parent 866f817966
commit 0fd608619b
@@ -947,14 +947,7 @@
{
// Retrieve the invited room
MXRoom *invitedRoom = userInfo[kInviteRecentTableViewCellRoomKey];
if (invitedRoom.summary.roomType == MXRoomTypeSpace)
{
// Indicates that spaces are not supported
[self showSpaceInviteNotAvailable];
return;
}
[self cancelEditionMode:isRefreshPending];
// Decline the invitation