mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-04 10:44:23 +00:00
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
|
||||
text: root.buttonText
|
||||
onClicked: {
|
||||
root.accepted(Utils.escapeHtml(messageInput.text));
|
||||
root.accepted(messageInput.text);
|
||||
root.close();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user