-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Added WPP.chat.setChatList function #2498
Conversation
tested this PR, almost everything is working perfectly. to reproduce this issue
|
Muito bom mesmo, funcionalidade excelente... vai facilitar muito as automações que envolvem extensões... O único detalhe que senti falta foi o filtro de etiquetas. Não é nada urgente, mas seria bacana tê-lo. Antes consegui utilizar essa chamada para filtrar as etiquetas mais depois desse PR ela parou de funcionar |
Esse código abaixo roda em loop infinito, aumentando em uns 15% o uso de CPU. Coloquei um console.log antes da linha const [type] = args; para verificar quando essa função seria chamada. Ao clicar em Não lido, Favoritos ou Grupos, começa o loop infinito. Se mudar para custom, para o loop. Se deixar em ALL, também para. /**
|
This archives screen is different from the normal chat list screen, so it really won’t change. Only if you create a customized list since we’re changing the "should appear" there’s nothing else to do; only a few will show up anyway. |
Vou ajustar e colocar para funcionar |
Boa, ótima avaliação @guirangel, vou ajustar |
Ajustei da seguinte forma e funcionou. Ainda preciso testar mais.
|
Obrigado @guirangel, realmente resolve. |
thank you!! worked like a charm |
Please, test the function and comment here
To use:
WPP.chat.setChatList('custom', ['[email protected]']);
WPP.chat.setChatList('unread');
WPP.chat.setChatList('favorites');
WPP.chat.setChatList('group');