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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user