ComfyJS icon indicating copy to clipboard operation
ComfyJS copied to clipboard

extra parameter returns false onChat

Open Nullcano opened this issue 4 years ago • 1 comments

when i console.log(extra) on chat messages it returns false.

ComfyJS.onChat = (user, message, flags, extra) => { console.log(extra); }

Nullcano avatar Jun 15 '20 10:06 Nullcano

fixed by using a different version

Nullcano avatar Jun 16 '20 18:06 Nullcano