mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Request dialog list entries when needed.
Also save the original server-side int32 date in HistoryItems.
This commit is contained in:
@@ -33,8 +33,6 @@ struct PositionChange {
|
||||
int movedTo;
|
||||
};
|
||||
|
||||
bool MessageIsLess(not_null<HistoryItem*> a, not_null<HistoryItem*> b);
|
||||
|
||||
class Entry {
|
||||
public:
|
||||
Entry(const Key &key);
|
||||
@@ -62,7 +60,7 @@ public:
|
||||
return _sortKeyInChatList;
|
||||
}
|
||||
void updateChatListSortPosition();
|
||||
void setChatsListDate(const QDateTime &date);
|
||||
void setChatsListDate(QDateTime date);
|
||||
virtual void updateChatListExistence();
|
||||
bool needUpdateInChatList() const;
|
||||
|
||||
|
Reference in New Issue
Block a user