mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Not inline bot keyboard now supports editing as well.
Styles improved for not inline bot keyboard. Full crash string adding to crash report. Preparing to leave source code without #include "stdafx.h"
This commit is contained in:
@@ -770,6 +770,10 @@ void MainWidget::notify_inlineBotRequesting(bool requesting) {
|
||||
history.notify_inlineBotRequesting(requesting);
|
||||
}
|
||||
|
||||
void MainWidget::notify_replyMarkupUpdated(const HistoryItem *item) {
|
||||
history.notify_replyMarkupUpdated(item);
|
||||
}
|
||||
|
||||
void MainWidget::notify_userIsBotChanged(UserData *bot) {
|
||||
history.notify_userIsBotChanged(bot);
|
||||
}
|
||||
|
Reference in New Issue
Block a user