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

Added chats filters tabs strip to share box.

This commit is contained in:
23rd
2024-11-01 17:31:14 +03:00
parent d81c7abf1a
commit 1fa5e424e9
2 changed files with 54 additions and 7 deletions

View File

@@ -174,6 +174,8 @@ private:
bool _peopleFull = false;
mtpRequestId _peopleRequest = 0;
int _additionalTopScrollSkip = 0;
using PeopleCache = QMap<QString, MTPcontacts_Found>;
PeopleCache _peopleCache;