mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Support auto-migrate to supergroups.
This commit is contained in:
@@ -307,7 +307,9 @@ bool ChatsListBoxController::appendRow(not_null<History*> history) {
|
||||
return false;
|
||||
}
|
||||
|
||||
ContactsBoxController::ContactsBoxController(std::unique_ptr<PeerListSearchController> searchController) : PeerListController(std::move(searchController)) {
|
||||
ContactsBoxController::ContactsBoxController(
|
||||
std::unique_ptr<PeerListSearchController> searchController)
|
||||
: PeerListController(std::move(searchController)) {
|
||||
}
|
||||
|
||||
void ContactsBoxController::prepare() {
|
||||
|
Reference in New Issue
Block a user