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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user