Invite to Space in room landing #5225

- add share invite link to contacts screen
- Fixed regression
This commit is contained in:
Gil Eluard
2021-12-09 16:12:44 +01:00
parent 72ba8e6719
commit 0f3b37e9af
10 changed files with 299 additions and 7 deletions

View File

@@ -195,6 +195,7 @@ NSString *const kRecentsDataSourceTapOnDirectoryServerChange = @"kRecentsDataSou
- (void)setCurrentSpace:(MXSpace *)currentSpace
{
super.currentSpace = currentSpace;
[self.recentsListService updateSpace:currentSpace];
}