Add sending notice support && tweak markdown.

This commit is contained in:
Black Hat
2018-07-12 19:40:16 +08:00
parent 06c6d7a74d
commit a1941784eb
4 changed files with 18 additions and 36 deletions

View File

@@ -25,7 +25,8 @@ AvatarContainer {
anchors.margins: 12
wrapMode: Label.Wrap
linkColor: isNotice ? Material.accent : sentByMe ? Material.accent : "white"
textFormat: contentType === "text/html" ? Text.RichText : Text.StyledText
// textFormat: contentType === "text/html" ? Text.RichText : Text.StyledText
textFormat: Text.StyledText
}
}
}