From 4fe001f32f62cde3f044de6ca6ff7eff877a7d4f Mon Sep 17 00:00:00 2001 From: Shir Serlui <70711723+shirser121@users.noreply.github.com> Date: Mon, 15 Aug 2022 12:03:10 +0300 Subject: [PATCH] List work now for bussines accounts (#1652) --- src/util/Injected.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/util/Injected.js b/src/util/Injected.js index 49caaa5..17e17c9 100644 --- a/src/util/Injected.js +++ b/src/util/Injected.js @@ -473,9 +473,6 @@ exports.LoadUtils = () => { let listOptions = {}; if (options.list) { - if (window.Store.Conn.platform === 'smba' || window.Store.Conn.platform === 'smbi') { - throw '[LT01] Whatsapp business can\'t send this yet'; - } listOptions = { type: 'list', footer: options.list.footer,