mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
Use the property mxSession instead of the shared MatrixSDKHandler object.
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
currentMemberViewController = (MemberViewController *)[segue destinationViewController];
|
||||
currentMemberViewController.mxSession = self.mxSession;
|
||||
currentMemberViewController.mxRoomMember = selectedMember;
|
||||
currentMemberViewController.mxRoom = [[MatrixSDKHandler sharedHandler].mxSession roomWithRoomId:self.dataSource.roomId];
|
||||
currentMemberViewController.mxRoom = [self.mxSession roomWithRoomId:self.dataSource.roomId];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user