mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
Show full profile from group members list.
This commit is contained in:
@@ -1435,10 +1435,13 @@ void ParticipantsBoxController::rowClicked(not_null<PeerListRow*> row) {
|
||||
showRestricted(user);
|
||||
} else {
|
||||
Assert(_navigation != nullptr);
|
||||
AssertIsDebug();
|
||||
if (_role != Role::Profile) {
|
||||
_navigation->parentController()->show(PrepareShortInfoBox(
|
||||
participant,
|
||||
_navigation));
|
||||
} else {
|
||||
_navigation->showPeerInfo(participant);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user