mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
@@ -1866,6 +1866,10 @@ bool SessionController::switchInlineQuery(
|
||||
int(textWithTags.text.size()),
|
||||
Ui::kQFixedMax
|
||||
};
|
||||
if (to.currentReplyTo.messageId.msg == to.currentReplyTo.topicRootId
|
||||
&& to.currentReplyTo.quote.empty()) {
|
||||
to.currentReplyTo.messageId.msg = MsgId();
|
||||
}
|
||||
auto draft = std::make_unique<Data::Draft>(
|
||||
textWithTags,
|
||||
to.currentReplyTo,
|
||||
|
Reference in New Issue
Block a user