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

Moved back to layer 58, fixed some style issues.

This commit is contained in:
John Preston
2016-12-05 12:47:13 +03:00
parent 74253fb7f2
commit a248cef15d
8 changed files with 58 additions and 2338 deletions

View File

@@ -1513,7 +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;
// case mtpc_webPageNotModified: LOG(("API Error: webPageNotModified is unexpected in feedWebPage().")); break; // TODO
}
return nullptr;
}