2
0
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:
John Preston
2018-02-24 02:46:35 +03:00
parent 00aa6d5ac3
commit a285dca39e
5 changed files with 19 additions and 5 deletions

View File

@@ -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);
}