2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Replaced Notify::replyMarkupUpdated with Data::MessageUpdate.

This commit is contained in:
23rd
2020-06-27 18:53:30 +03:00
committed by John Preston
parent 6507007086
commit b629e0c43a
9 changed files with 20 additions and 29 deletions

View File

@@ -604,10 +604,6 @@ void MainWidget::onFilesOrForwardDrop(
}
}
void MainWidget::notify_replyMarkupUpdated(not_null<const HistoryItem*> item) {
_history->notify_replyMarkupUpdated(item);
}
void MainWidget::notify_inlineKeyboardMoved(not_null<const HistoryItem*> item, int oldKeyboardTop, int newKeyboardTop) {
_history->notify_inlineKeyboardMoved(item, oldKeyboardTop, newKeyboardTop);
}