diff --git a/Vector/ViewController/RoomViewController.m b/Vector/ViewController/RoomViewController.m index f292703a1..a8362c24b 100644 --- a/Vector/ViewController/RoomViewController.m +++ b/Vector/ViewController/RoomViewController.m @@ -1745,7 +1745,7 @@ [[AppDelegate theDelegate] handleUniversalLinkFragment:fixedURL.fragment]; } - // Open the detail screen of the clicked user + // Open a detail screen about the clicked user else if ([MXTools isMatrixUserIdentifier:url.absoluteString]) { shouldDoAction = NO;