mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-19 12:09:15 +00:00
List work now for bussines accounts (#1652)
This commit is contained in:
@@ -473,9 +473,6 @@ exports.LoadUtils = () => {
|
|||||||
|
|
||||||
let listOptions = {};
|
let listOptions = {};
|
||||||
if (options.list) {
|
if (options.list) {
|
||||||
if (window.Store.Conn.platform === 'smba' || window.Store.Conn.platform === 'smbi') {
|
|
||||||
throw '[LT01] Whatsapp business can\'t send this yet';
|
|
||||||
}
|
|
||||||
listOptions = {
|
listOptions = {
|
||||||
type: 'list',
|
type: 'list',
|
||||||
footer: options.list.footer,
|
footer: options.list.footer,
|
||||||
|
|||||||
Reference in New Issue
Block a user