2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Remember passport credentials for 30 minutes.

This commit is contained in:
John Preston
2018-07-10 19:41:11 +03:00
parent 9929bfb281
commit e3e8d083ea
15 changed files with 342 additions and 138 deletions

View File

@@ -1096,11 +1096,6 @@ void ApiWrap::appendChatsSlice(
auto filtered = ranges::view::all(
info.list
) | ranges::view::filter([&](const Data::DialogInfo &info) {
#ifdef _DEBUG
return (info.name == "Anta");
#else
#error "test"
#endif
return (types & SettingsFromDialogsType(info.type)) != 0;
});
auto &list = to.info.list;