mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Don't switch chats on ctrl+shift+send (support).
This commit is contained in:
@@ -4298,6 +4298,7 @@ void ApiWrap::sendMessage(MessageToSend &&message) {
|
||||
options.replyTo = message.replyTo;
|
||||
options.generateLocal = true;
|
||||
options.webPageId = message.webPageId;
|
||||
options.handleSupportSwitch = message.handleSupportSwitch;
|
||||
sendAction(options);
|
||||
|
||||
if (!peer->canWrite()) {
|
||||
|
Reference in New Issue
Block a user