From fdfbbb1b04b703dc2351d8b0879d5087f3c65f6b Mon Sep 17 00:00:00 2001 From: Jose Flores Date: Wed, 16 Feb 2022 22:28:53 -0600 Subject: [PATCH] Uses the formatted message to enable clickable links for mobile. --- imports/NeoChat/Page/RoomPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index b10dd4ece..ce4340ebf 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -606,7 +606,7 @@ Kirigami.ScrollablePage { const contextMenu = messageDelegateContextMenu.createObject(page, { selectedText: selectedText, author: event.author, - message: event.message, + message: event.display, eventId: event.eventId, formattedBody: event.formattedBody, source: event.source,