You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to call client.deleteMessages results on it failing because of line 9 of the file delete-messages.js. Store.WidFactory does not exist, so createWid is called on null. However, it looks like that line is not necessary, as I can pass chatId directly to WAPI.getChat. But I know close to nothing about the internal workings of this project, so I might be missing something.
The text was updated successfully, but these errors were encountered:
trying to call client.deleteMessages results on it failing because of line 9 of the file delete-messages.js. Store.WidFactory does not exist, so createWid is called on null. However, it looks like that line is not necessary, as I can pass chatId directly to WAPI.getChat. But I know close to nothing about the internal workings of this project, so I might be missing something.
Hi,
I have same problem, if you got any solution, please share with me.
Hi,
trying to call
client.deleteMessages
results on it failing because of line 9 of the file delete-messages.js.Store.WidFactory
does not exist, socreateWid
is called on null. However, it looks like that line is not necessary, as I can passchatId
directly toWAPI.getChat
. But I know close to nothing about the internal workings of this project, so I might be missing something.The text was updated successfully, but these errors were encountered: