-
Notifications
You must be signed in to change notification settings - Fork 92
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
Dockerize and fixes some bugs #8
Conversation
… that are not in this patch ends up deleting those received in the previous patch
Thanks for contributing. I haven't had a chance to refine this project yet. |
Your unrefined work, working perfectly for my case, thanks so much
Em qua., 31 de jul. de 2024 às 16:37, Nizar Izzuddin Yatim Fadlan <
***@***.***> escreveu:
… Merged #8 <#8> into main.
—
Reply to this email directly, view it on GitHub
<#8 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANKWY4K5I777MSFBSBI6XLLZPE4INAVCNFSM6AAAAABLZDOEHKVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTG4YTKMJZGA2DMNI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
But why add a new const destroy = async (logout = true) => {
...
logout && socket.logout(),
// prisma.chat.deleteMany({ where: { sessionId } }),
...
}; |
Sorry, I have started to develop a route for cases when contacts, messages
or any data is unsynced with main whatsapp, instead of user delete session
and add again.
But i don't know how we receive upserts events again
Em qui., 1 de ago. de 2024 às 12:27, Nizar Izzuddin Yatim Fadlan <
***@***.***> escreveu:
… Your unrefined work, working perfectly for my case, thanks so much Em
qua., 31 de jul. de 2024 às 16:37, Nizar Izzuddin Yatim Fadlan < *@*.
*> escreveu: … <#m_-8569880214886137495_> Merged #8
<#8> <#8
<#8>> into main. — Reply to
this email directly, view it on GitHub <#8 (comment)
<#8 (comment)>>, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/ANKWY4K5I777MSFBSBI6XLLZPE4INAVCNFSM6AAAAABLZDOEHKVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTG4YTKMJZGA2DMNI
<https://github.com/notifications/unsubscribe-auth/ANKWY4K5I777MSFBSBI6XLLZPE4INAVCNFSM6AAAAABLZDOEHKVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTG4YTKMJZGA2DMNI>
. You are receiving this because you authored the thread.Message ID: @.*>
But why add a new reload route that contains the same logic as the add
session route?
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANKWY4O34SYWTACV3YGUT7LZPJHVHAVCNFSM6AAAAABLZDOEHKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRTGM2TIOBXG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
no problem okay I understand, maybe is the sync history message like a pull request in Baileys |
No description provided.