turn off automatic link preview

This commit is contained in:
Christien Rioux 2024-08-10 17:37:12 -07:00
parent abf31369a1
commit 4966349ac9

View File

@ -224,6 +224,7 @@ class ChatComponentWidget extends StatelessWidget {
//onAttachmentPressed: _handleAttachmentPressed,
//onMessageTap: _handleMessageTap,
//onPreviewDataFetched: _handlePreviewDataFetched,
usePreviewData: false, //
onSendPressed: (pt) {
try {
if (!messageIsValid) {