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