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 919911d53b
commit 4f58ee524d
10 changed files with 299 additions and 7 deletions
@@ -195,6 +195,7 @@ NSString *const kRecentsDataSourceTapOnDirectoryServerChange = @"kRecentsDataSou
- (void)setCurrentSpace:(MXSpace *)currentSpace
{
super.currentSpace = currentSpace;
[self.recentsListService updateSpace:currentSpace];
}