Three's a crowd

This commit is contained in:
Tobias Fella
2021-09-11 16:36:22 +02:00
parent bc76197487
commit f5853dd1f7

View File

@@ -39,7 +39,7 @@ RowLayout {
Layout.fillWidth: true
wrapMode: Text.WordWrap
textFormat: Text.RichText
text: "<style>a {text-decoration: none;}</style><a href=\"https://matrix.to/#/" + author.id + "\" style='color: " + author.color + "'>" + author.displayName + "</a> " + display
text: "<style>a {text-decoration: none;}</style><a href=\"https://matrix.to/#/" + author.id + "\" style='color: " + author.color + "'>" + currentRoom.htmlSafeMemberName(author.id) + "</a> " + display
onLinkActivated: Qt.openUrlExternally(link)
}
}