From 847a1dd5717089ef3b3431784d0c5b52f1589378 Mon Sep 17 00:00:00 2001 From: fadiinho <94945604+fadiinho@users.noreply.github.com> Date: Wed, 20 Jul 2022 18:12:46 -0900 Subject: [PATCH] fix: detectLinks was not being used as described in docs (#1922) * fix: detectLinks was not being used as described in docs * Revert "fix: detectLinks was not being used as described in docs" This reverts commit adeb592b565f2f0a463f2e410fdb9ee98b0a4221. * docs: remove unsued `detectLinks` from readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 135c692..06930d6 100644 --- a/README.md +++ b/README.md @@ -522,8 +522,6 @@ const sendMsg = await sock.sendMessage(id, templateMessage) fileName: 'somefile.pdf', // (for media messages) file name for the media /* will send audio messages as voice notes, if set to true */ ptt: true, - // will detect links & generate a link preview automatically (default true) - detectLinks: true, /** Should it send as a disappearing messages. * By default 'chat' -- which follows the setting of the chat */ sendEphemeral: 'chat'