fix(@desktop/contact): Message from the Contacts Request is not displayed correctly in the chat after the request was accepted

This commit is contained in:
mprakhov 2022-12-27 12:16:16 +02:00 committed by Mykhailo Prakhov
parent 38353af413
commit e1f60c9ed0
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ StatusModal {
enabled: messageInput.valid
text: root.buttonText
onClicked: {
root.accepted(Utils.escapeHtml(messageInput.text));
root.accepted(messageInput.text);
root.close();
}
}