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:
@@ -612,7 +612,7 @@ not_null<HistoryItem*> History::addNewItem(
|
||||
}
|
||||
|
||||
if (const auto sublist = item->savedSublist()) {
|
||||
sublist->applyMaybeLast(item);
|
||||
sublist->applyMaybeLast(item, unread);
|
||||
}
|
||||
|
||||
return item;
|
||||
|
Reference in New Issue
Block a user