mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Scroll following the inline bot keyboard when message is edited.
This commit is contained in:
@@ -260,6 +260,12 @@ namespace Notify {
|
||||
}
|
||||
}
|
||||
|
||||
void inlineKeyboardMoved(const HistoryItem *item, int oldKeyboardTop, int newKeyboardTop) {
|
||||
if (MainWidget *m = App::main()) {
|
||||
m->notify_inlineKeyboardMoved(item, oldKeyboardTop, newKeyboardTop);
|
||||
}
|
||||
}
|
||||
|
||||
void migrateUpdated(PeerData *peer) {
|
||||
if (MainWidget *m = App::main()) m->notify_migrateUpdated(peer);
|
||||
}
|
||||
|
Reference in New Issue
Block a user