mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
turn off automatic link preview
This commit is contained in:
parent
abf31369a1
commit
4966349ac9
@ -224,6 +224,7 @@ class ChatComponentWidget extends StatelessWidget {
|
||||
//onAttachmentPressed: _handleAttachmentPressed,
|
||||
//onMessageTap: _handleMessageTap,
|
||||
//onPreviewDataFetched: _handlePreviewDataFetched,
|
||||
usePreviewData: false, //
|
||||
onSendPressed: (pt) {
|
||||
try {
|
||||
if (!messageIsValid) {
|
||||
|
Loading…
Reference in New Issue
Block a user