2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Allow many custom elements in PeerListRow.

This commit is contained in:
John Preston
2021-10-13 16:37:38 +04:00
parent 7f428f2eeb
commit ab58aa020e
17 changed files with 222 additions and 124 deletions

View File

@@ -1438,7 +1438,7 @@ void ParticipantsBoxController::rowClicked(not_null<PeerListRow*> row) {
}
}
void ParticipantsBoxController::rowActionClicked(
void ParticipantsBoxController::rowRightActionClicked(
not_null<PeerListRow*> row) {
const auto participant = row->peer();
const auto user = participant->asUser();