| 513 | } |
| 514 | |
| 515 | std::unique_ptr<PeerListRow> ChatsListBoxController::createSearchRow( |
| 516 | not_null<PeerData*> peer) { |
| 517 | return createRow(peer->owner().history(peer)); |
| 518 | } |
| 519 | |
| 520 | bool ChatsListBoxController::appendRow(not_null<History*> history) { |
| 521 | if (auto row = delegate()->peerListFindRow(history->peer->id.value)) { |
nothing calls this directly
no test coverage detected