Start DM on first message (#6367)

Start DM on first message

Co-authored-by: Philippe Loriaux <philippel@element.io>
This commit is contained in:
Yoan Pintas
2022-09-06 14:33:32 +02:00
committed by GitHub
parent c94d019d95
commit 8ea45ad0ce
20 changed files with 603 additions and 136 deletions
@@ -1201,7 +1201,7 @@
- (void)roomMemberDetailsViewController:(MXKRoomMemberDetailsViewController *)roomMemberDetailsViewController startChatWithMemberId:(NSString *)matrixId completion:(void (^)(void))completion
{
[[AppDelegate theDelegate] createDirectChatWithUserId:matrixId completion:completion];
[[AppDelegate theDelegate] showNewDirectChat:matrixId withMatrixSession:self.mxRoom.mxSession completion:completion];
}
- (void)roomMemberDetailsViewController:(MXKRoomMemberDetailsViewController *)roomMemberDetailsViewController mention:(MXRoomMember*)member