2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Common groups profile block done. Moved to layer 59.

Also profile block modules were renamed.
This commit is contained in:
John Preston
2016-10-24 00:03:10 +03:00
parent a3c406dd00
commit 7bb3b4d807
47 changed files with 4539 additions and 1041 deletions

View File

@@ -1513,6 +1513,7 @@ namespace {
return page;
} break;
case mtpc_webPagePending: return App::feedWebPage(webpage.c_webPagePending());
case mtpc_webPageNotModified: LOG(("API Error: webPageNotModified is unexpected in feedWebPage().")); break;
}
return nullptr;
}