From cdd2783f6c0cdf579e74daff71374a30931db33d Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Wed, 21 Jan 2026 16:35:51 +0100 Subject: [PATCH] fix chat message text format #LINQT-2358 --- Linphone/view/Control/Display/Chat/ChatTextContent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linphone/view/Control/Display/Chat/ChatTextContent.qml b/Linphone/view/Control/Display/Chat/ChatTextContent.qml index 2c3ae785..b300e4c8 100644 --- a/Linphone/view/Control/Display/Chat/ChatTextContent.qml +++ b/Linphone/view/Control/Display/Chat/ChatTextContent.qml @@ -31,7 +31,7 @@ TextEdit { contentGui.core.setSearchedTextPart(searchedTextPart) } - textFormat: Text.RichText // To supports links and imgs. + textFormat: Text.AutoText // To supports links and imgs. wrapMode: TextEdit.Wrap onLinkActivated: (link) => {