2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Display title and userpic of archived chats.

This commit is contained in:
John Preston
2019-04-16 12:50:59 +04:00
parent 9bf8a8108d
commit 76c3e9a529
19 changed files with 418 additions and 324 deletions

View File

@@ -36,6 +36,9 @@ struct PositionChange {
class Entry {
public:
Entry(const Key &key);
Entry(const Entry &other) = delete;
Entry &operator=(const Entry &other) = delete;
virtual ~Entry() = default;
PositionChange adjustByPosInChatList(
Mode list,
@@ -100,8 +103,6 @@ public:
return _timeId;
}
virtual ~Entry() = default;
mutable const HistoryItem *textCachedFor = nullptr; // cache
mutable Text lastItemTextCache;