Disable HTML in chat

This commit is contained in:
yflory
2018-11-13 17:19:28 +01:00
parent 22f1ac9e1e
commit 3a4cfbb7e8
2 changed files with 12 additions and 6 deletions

View File

@@ -143,7 +143,7 @@ define([
});
try {
var $d = $(d);
DiffMd.apply(DiffMd.render(md || ''), $d, common);
DiffMd.apply(DiffMd.render(md || '', true), $d, common);
$d.addClass("cp-app-contacts-content");
// override link clicking, because we're in an iframe