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:
parent
38353af413
commit
e1f60c9ed0
|
@ -85,7 +85,7 @@ StatusModal {
|
||||||
enabled: messageInput.valid
|
enabled: messageInput.valid
|
||||||
text: root.buttonText
|
text: root.buttonText
|
||||||
onClicked: {
|
onClicked: {
|
||||||
root.accepted(Utils.escapeHtml(messageInput.text));
|
root.accepted(messageInput.text);
|
||||||
root.close();
|
root.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue