mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 08:05:12 +00:00
Send story reactions as single-emoji messages.
This commit is contained in:
@@ -3874,7 +3874,7 @@ void HistoryWidget::send(Api::SendOptions options) {
|
||||
? _previewData->id
|
||||
: WebPageId(0));
|
||||
|
||||
auto message = ApiWrap::MessageToSend(prepareSendAction(options));
|
||||
auto message = Api::MessageToSend(prepareSendAction(options));
|
||||
message.textWithTags = _field->getTextWithAppliedMarkdown();
|
||||
message.webPageId = webPageId;
|
||||
|
||||
|
Reference in New Issue
Block a user