2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-10-03 13:26:03 +00:00

Highlight specific media in album

This commit is contained in:
RadRussianRus
2019-10-20 08:34:20 +03:00
parent 8b1a42bbb1
commit eddf7e3553
6 changed files with 77 additions and 10 deletions

View File

@@ -778,6 +778,10 @@ void MainWidget::notify_historyMuteUpdated(History *history) {
_dialogs->notify_historyMuteUpdated(history);
}
MsgId MainWidget::highlightedOriginalId() const {
return _history->highlightOrigId();
}
void MainWidget::clearHider(not_null<Window::HistoryHider*> instance) {
if (_hider != instance) {
return;