mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-03 16:05:57 +00:00
Apply webpage media from sent message via bot.
This commit is contained in:
@@ -2684,7 +2684,9 @@ void MainWidget::dialogsToUp() {
|
||||
_dialogs->dialogsToUp();
|
||||
}
|
||||
|
||||
void MainWidget::newUnreadMsg(History *history, HistoryItem *item) {
|
||||
void MainWidget::newUnreadMsg(
|
||||
not_null<History*> history,
|
||||
not_null<HistoryItem*> item) {
|
||||
_history->newUnreadMsg(history, item);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user