sulla icon indicating copy to clipboard operation
sulla copied to clipboard

Error when using the reply function

Open lhgrigio opened this issue 4 years ago • 1 comments

VM334:formatted:948 Uncaught (in promise) TypeError: Store.MsgKey is not a constructor at g (<anonymous>:1:20098) at Object.window.WAPI.reply (<anonymous>:1:34273) at __puppeteer_evaluation_script__:3

Seems to be related to this code:

export function getNewMessageId(chatId) { const newMsgId = new Store.MsgKey( Object.assign({}, Store.Msg.models[0].__x_id) );

On sulla/src/lib/wapi/functions/get-new-message-id.js

lhgrigio avatar May 08 '20 19:05 lhgrigio

the repository is deprecated use

Install npm i @s2click/venom https://github.com/s2click/venom

joedutra avatar Jun 06 '20 23:06 joedutra