diff --git a/src/timeline/ReplyAuthorComponent.qml b/src/timeline/ReplyAuthorComponent.qml index 440a45eed..56fd77452 100644 --- a/src/timeline/ReplyAuthorComponent.qml +++ b/src/timeline/ReplyAuthorComponent.qml @@ -48,5 +48,6 @@ RowLayout { color: root.author.color text: root.author.disambiguatedName elide: Text.ElideRight + textFormat: Text.PlainText } }