mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Allow many custom elements in PeerListRow.
This commit is contained in:
@@ -228,7 +228,7 @@ void BlockedBoxController::rowClicked(not_null<PeerListRow*> row) {
|
||||
});
|
||||
}
|
||||
|
||||
void BlockedBoxController::rowActionClicked(not_null<PeerListRow*> row) {
|
||||
void BlockedBoxController::rowRightActionClicked(not_null<PeerListRow*> row) {
|
||||
session().api().blockedPeers().unblock(row->peer());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user