mirror of
https://github.com/openvk/openvk
synced 2025-01-30 19:45:28 +03:00
parent
7fe0c6a122
commit
4166481a75
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@
|
|||
|
||||
sendMessage(content) {
|
||||
console.debug("New outcoming message. Pushing preview to local stack.");
|
||||
let tempId = this.newMessage(content);
|
||||
let tempId = this.newMessage(escapeHtml(content));
|
||||
|
||||
let msgData = new FormData();
|
||||
msgData.set("content", content);
|
||||
|
|
Loading…
Reference in a new issue