fix(ChatContentView): Fix link to reply

Closes:#5420
This commit is contained in:
Boris Melnik 2022-05-19 20:32:40 +03:00 committed by Iuri Matias
parent 7916f10a8e
commit 58a4d1eceb
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ ColumnLayout {
onStickerSelected: {
chatContentRoot.rootStore.sendSticker(chatContentModule.getMyChatId(),
hashId,
chatInput.isReply ? SelectedMessage.messageId : "",
chatInput.isReply ? chatInput.replyMessageId : "",
packId)
}