RecentsViewController: Allows to decline space invites.

This commit is contained in:
SBiOSoftWhare
2021-05-05 11:32:18 +02:00
parent cf8fd00a74
commit 7a02fd3a80
@@ -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