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 c1fa85be6f
commit 13382ac9bd
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];
}