mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-18 03:29:14 +00:00
List work now for bussines accounts (#1652)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user