mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Save info members list state to memento.
This commit is contained in:
@@ -2330,7 +2330,7 @@ void History::removeChatListEntryByLetter(Dialogs::Mode list, QChar letter) {
|
||||
void History::addChatListEntryByLetter(Dialogs::Mode list, QChar letter, Dialogs::Row *row) {
|
||||
Assert(letter != 0);
|
||||
if (inChatList(list)) {
|
||||
chatListLinks(list).insert(letter, row);
|
||||
chatListLinks(list).emplace(letter, row);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user