2
0
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:
John Preston
2023-06-09 18:47:03 +04:00
parent 43af9fd87e
commit 10d64d6bdf
8 changed files with 57 additions and 9 deletions

View File

@@ -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;