Fixes #1610
This commit is contained in:
parent
efc1feb2fa
commit
1d2ad3092f
|
@ -66,7 +66,7 @@ Item {
|
||||||
if(contentType === Constants.stickerType) return "";
|
if(contentType === Constants.stickerType) return "";
|
||||||
let msg = Utils.linkifyAndXSS(message);
|
let msg = Utils.linkifyAndXSS(message);
|
||||||
if(isEmoji) {
|
if(isEmoji) {
|
||||||
return Emoji.parse(msg, Emoji.size.big);
|
return Emoji.parse(msg, Emoji.size.small);
|
||||||
} else {
|
} else {
|
||||||
return `<style type="text/css">` +
|
return `<style type="text/css">` +
|
||||||
`p, img, a, del, code, blockquote { margin: 0; padding: 0; }` +
|
`p, img, a, del, code, blockquote { margin: 0; padding: 0; }` +
|
||||||
|
|
Loading…
Reference in New Issue