mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Scroll history to bottom on sending a message.
This commit is contained in:
@@ -3102,6 +3102,8 @@ void HistoryWidget::send(Api::SendOptions options) {
|
||||
if (!_keyboard->hasMarkup() && _keyboard->forceReply() && !_kbReplyTo) {
|
||||
toggleKeyboard();
|
||||
}
|
||||
App::main()->historyToDown(_history);
|
||||
App::main()->dialogsToUp();
|
||||
}
|
||||
|
||||
void HistoryWidget::sendWithModifiers(Qt::KeyboardModifiers modifiers) {
|
||||
|
Reference in New Issue
Block a user