2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Megagroup members are always shown if the server allows us to view them.

Bot keyboard clearing fixed when using Clear History.
This commit is contained in:
John Preston
2016-07-19 14:37:01 +03:00
parent 207981b8c4
commit 1753db3e62
6 changed files with 18 additions and 14 deletions

View File

@@ -5930,8 +5930,9 @@ void HistoryWidget::onKbToggle(bool manual) {
} else {
if (_history) {
_history->clearLastKeyboard();
} else {
updateBotKeyboard();
}
updateBotKeyboard();
}
} else if (!_keyboard.hasMarkup() && _keyboard.forceReply()) {
_kbHide.hide();