mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 17:54:01 +00:00
fix(chat): Emoji is html-encoded in message reply
revert to previous behavior, we want RichText even though we really don't :) Fixes #12786
This commit is contained in:
parent
26d867a63a
commit
0dbbea383d
@ -97,7 +97,7 @@ Item {
|
||||
color: d.isQuote ? Theme.palette.baseColor1 : Theme.palette.directColor1
|
||||
font.family: Theme.palette.baseFont.name
|
||||
font.pixelSize: Theme.primaryTextFontSize
|
||||
textFormat: root.stripHtmlTags ? Text.PlainText : Text.RichText
|
||||
textFormat: Text.RichText
|
||||
wrapMode: root.convertToSingleLine ? Text.NoWrap : Text.Wrap
|
||||
readOnly: true
|
||||
selectByMouse: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user