Return local search to requests box.

This commit is contained in:
John Preston 2021-10-19 15:42:29 +04:00
parent dcc14a4726
commit 64f6b86739
1 changed files with 0 additions and 5 deletions

View File

@ -40,11 +40,6 @@ public:
std::unique_ptr<PeerListRow> createSearchRow(
not_null<PeerData*> peer) override;
bool searchInLocal() override {
AssertIsDebug();
return false;
}
private:
class RowHelper;