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

Initial saved sublist section implementation.

This commit is contained in:
John Preston
2023-12-28 13:43:00 +00:00
parent 18c4d210e5
commit fd417024fb
12 changed files with 939 additions and 11 deletions

View File

@@ -612,7 +612,7 @@ not_null<HistoryItem*> History::addNewItem(
}
if (const auto sublist = item->savedSublist()) {
sublist->applyMaybeLast(item);
sublist->applyMaybeLast(item, unread);
}
return item;