2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +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

@@ -289,12 +289,6 @@ bool skipPaintEvent(QWidget *widget, QPaintEvent *event) {
namespace Notify {
void replyMarkupUpdated(not_null<const HistoryItem*> item) {
if (const auto m = CheckMainWidget(&item->history()->session())) {
m->notify_replyMarkupUpdated(item);
}
}
void inlineKeyboardMoved(
not_null<const HistoryItem*> item,
int oldKeyboardTop,