mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Manage unread bar using HistoryView::Element-s.
This commit is contained in:
@@ -1225,6 +1225,9 @@ namespace {
|
||||
}
|
||||
|
||||
History *historyLoaded(const PeerId &peer) {
|
||||
if (!peer) {
|
||||
return nullptr;
|
||||
}
|
||||
return ::histories.find(peer);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user