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