mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-22 14:10:37 -04:00
turn off automatic link preview
This commit is contained in:
parent
abf31369a1
commit
4966349ac9
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ class ChatComponentWidget extends StatelessWidget {
|
||||||
//onAttachmentPressed: _handleAttachmentPressed,
|
//onAttachmentPressed: _handleAttachmentPressed,
|
||||||
//onMessageTap: _handleMessageTap,
|
//onMessageTap: _handleMessageTap,
|
||||||
//onPreviewDataFetched: _handlePreviewDataFetched,
|
//onPreviewDataFetched: _handlePreviewDataFetched,
|
||||||
|
usePreviewData: false, //
|
||||||
onSendPressed: (pt) {
|
onSendPressed: (pt) {
|
||||||
try {
|
try {
|
||||||
if (!messageIsValid) {
|
if (!messageIsValid) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue