RecentsViewController: Allows to decline space invites.

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