Do you have multiple clients on the same IP?
R: Tested both
Are you using a proxy?
R: No
Additional context
I've tried using evolution api to add a label on a chat but it not worked. Now I trying to do directly on baileys but I with same result, it just doesn't put label.
Edit:
It worked after I removed all labels and added new. But stoped to work now, is inconsistent
Describe the bug Func addChatLabel is not working, if call it, this one not return error and not set label on my whatsapp.
To Reproduce Steps to reproduce the behavior:
sock.addChatLabel("jid", "1")
(my number jid and labelid)Expected behavior I expects it to add label and see it on my other devices
Environment (please complete the following information):
Is this on a server? R: (Tested on macos locally and 4gb ubuntu server)
What do your
connectOptions
look like? R: Same as https://github.com/WhiskeySockets/Baileys/blob/master/Example/example.tsDo you have multiple clients on the same IP? R: Tested both
Are you using a proxy? R: No
Additional context I've tried using evolution api to add a label on a chat but it not worked. Now I trying to do directly on baileys but I with same result, it just doesn't put label.
Edit: It worked after I removed all labels and added new. But stoped to work now, is inconsistent