2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Up arrow always edits last available message.

Fixes #4480.
This commit is contained in:
John Preston
2018-03-09 15:18:28 +03:00
parent 6bd5301828
commit e6c0f0f774
4 changed files with 26 additions and 14 deletions

View File

@@ -1345,8 +1345,6 @@ void MainWidget::sendMessage(const MessageToSend &message) {
history->sendRequestId);
}
history->lastSentMsg = lastMessage;
finishForwarding(history);
}