mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Set name / phone texts on-demand.
This commit is contained in:
@@ -135,6 +135,10 @@ void Folder::unregisterOne(not_null<History*> history) {
|
||||
reorderLastHistories();
|
||||
}
|
||||
|
||||
int Folder::chatListNameVersion() const {
|
||||
return 1;
|
||||
}
|
||||
|
||||
void Folder::oneListMessageChanged(HistoryItem *from, HistoryItem *to) {
|
||||
if (!applyChatListMessage(to) && _chatListMessage == from) {
|
||||
computeChatListMessage();
|
||||
|
Reference in New Issue
Block a user