RecentsViewController: Allows to decline space invites.

This commit is contained in:
SBiOSoftWhare 2021-05-05 11:32:18 +02:00
parent 8acba6d1ba
commit 310ccbcbc7

View file

@ -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