Edison Martins
32a1a715ea
Merge branch 'EvolutionAPI:develop' into develop
2024-01-26 19:11:34 -03:00
edisoncm-ti
3755d3870e
fix: collecting responses with text or numbers in Typebot
2024-01-26 19:10:20 -03:00
Douglas Rauber at Nitro
0edc8a9284
Add translate capabilities to QRMessages in CW
2024-01-25 16:19:08 -03:00
Amilton Morais
5449d63602
Merge branch 'develop' of https://github.com/moraisamilton/evolution-api into develop
2024-01-24 13:46:02 -03:00
Amilton Morais
dfa72fd6af
Update start.sh
2024-01-24 13:43:19 -03:00
Amilton Morais
0e50da324b
Implemented a function to synchronize message deletions on WhatsApp, automatically reflecting in Chatwoot
...
A new variable has been created, and a function has been implemented to manage the deletion of messages on WhatsApp. Now, when deleting a message for everyone on WhatsApp, the same action will be automatically performed on Chatwoot, ensuring consistency across platforms
2024-01-24 13:38:29 -03:00
Judson Junior
679f8118f6
Added sendList endpoint to swagger documentation
2024-01-23 23:59:12 -03:00
Amilton Morais
804d177782
Udate "@whiskeysockets/baileys": "6.6.0" and models
...
The message.model.ts class was updated to version 6.6.0 of baileys. 'unknown','desktop' was included to avoid errors using version 6.6.0 of baileys
2024-01-23 19:34:36 -03:00
Judson Junior
eb96c9fece
Added new validation on the 9 digit
...
This is to prevent returning another jid when only one digit is different and not the 9 digit
2024-01-23 18:37:31 -03:00
Judson Junior
ed6c50621c
Improved the method of numbers validation
2024-01-23 18:16:15 -03:00
Davidson Gomes
7f74de07ed
Merge pull request #375 from judsonjuniorr/poll-sending
...
Fix polls in message sending
2024-01-22 13:44:49 -03:00
Judson Junior
9e5bf93580
Fix polls in message sending
2024-01-22 13:39:11 -03:00
Davidson Gomes
9d685da12d
Merge pull request #374 from judsonjuniorr/proxy-improvements
...
Proxy improvements
2024-01-21 18:16:15 -03:00
Davidson Gomes
6bb40eb502
Merge pull request #373 from leandrosroc/develop
...
Join in Group by Invite Code
2024-01-21 18:14:40 -03:00
Davidson Gomes
1ceee572cf
Merge pull request #372 from edisoncm-ti/develop
...
Typebot: Remove quebra de linha no index final do array | Obtem a resposta de um sendList (Lista)
2024-01-21 18:13:26 -03:00
Davidson Gomes
391ffea4ab
Merge pull request #371 from judsonjuniorr/develop
...
Add number parameter to OnWhatsAppDto constructor
2024-01-21 18:12:31 -03:00
Judson Junior
5292e569d9
Remove unused dependencies and refactor proxy handling
...
In some tests made on the testProxy function, the `new ProxyAgent()` was not working, even adding it the IP result was the same.
I've change it to the `new HttpsProxyAgent()` and it worked.
Refactored the proxy agent to center the same function/creation the same where it is used
2024-01-21 13:54:42 -03:00
Judson Junior
82e111f1be
Fix proxy handling in WAStartupService preventing instance to be created
2024-01-21 13:01:35 -03:00
Judson Junior
1e9b3a1e42
Update proxy controller to use a different IP lookup service
2024-01-21 13:01:06 -03:00
Judson Junior
35520d85a2
Add https-proxy-agent dependency and handle NotFoundException in ProxyController
2024-01-21 13:00:23 -03:00
Leandro Rocha
e19e37eef4
Join in Group by Invite Code
2024-01-21 02:13:24 -03:00
edisoncm-ti
814795f566
Merge branch 'develop' of https://github.com/edisoncm-ti/evolution-api into develop
2024-01-20 18:42:40 -03:00
edisoncm-ti
1a633dcf10
feat: obter a resposta de um sendList (Lista) e prosseguir o fluxo Typebot
2024-01-20 18:31:26 -03:00
edisoncm-ti
c9b0e66641
feat: Obter a resposta de um sendList (Lista) e prosseguir o fluxo Typebot
2024-01-20 18:28:00 -03:00
Judson Junior
440ff2f3ea
Add number parameter to OnWhatsAppDto constructor
2024-01-20 11:44:10 -03:00
edisoncm-ti
96be63f50b
fix: remove quebra de linha no index final do array quando usado variavel no Typebot
2024-01-20 11:09:05 -03:00
Davidson Gomes
69a323691f
Merge pull request #370 from leandrosroc/main
...
fix: Sending status message
2024-01-19 16:38:59 -03:00
Leandro Santos Rocha
4357fcf7ef
Adjusted so that when it is "list", it sends correctly
2024-01-18 21:30:49 -03:00
Leandro Rocha
5f79513617
fix: Sending status message
2024-01-18 20:25:58 -03:00
Davidson Gomes
ba3ccbbc9a
Merge pull request #369 from jaison-x/pr
...
fix: message 'connection successfully' spamming
2024-01-18 11:55:07 -03:00
jaison-x
f182436673
fix: message 'connection successfully' spamming
2024-01-17 19:56:26 -03:00
Davidson Gomes
793b907fe6
Merge pull request #363 from jaison-x/read_messages_chatwoot
...
feat(chatwoot): read messages from whatsapp in chatwoot
2024-01-16 09:39:17 -03:00
jaison-x
c75dfcd499
feat(chatwoot): read messages from whatsapp in chatwoot
...
It works only with messages read from whatsapp to chatwoot.
2024-01-15 20:40:29 -03:00
Davidson Gomes
29a48f7914
Merge pull request #360 from jaison-x/cache
...
feat(cacheservice): add support to use use redis in cacheservice
2024-01-15 10:21:35 -03:00
jaison-x
095a8aa9dd
fix: process.env can be null
2024-01-12 16:15:44 -03:00
jaison-x
2d8b5f04e9
feat(cacheservice): add suport to use use redis in cacheservice
2024-01-12 16:04:55 -03:00
Davidson Gomes
ba9f97bc3e
Merge pull request #355 from AlanMartines/main
...
Fix: Corrects the generation of the hash variable name
2024-01-11 12:57:17 -03:00
Davidson Gomes
ed51f44ee8
Merge pull request #351 from jaison-x/cache-chatwoot
...
fix(chatwoot): invalidate the conversation cache if reopen_conversation is false and the conversation was resolved
2024-01-11 12:56:37 -03:00
Alan Martines
933d787108
Fix: Corrects the generation of the hash variable name, error when generating with white spaces and special characters.
2024-01-10 09:27:25 -04:00
jaison-x
0bc12733a3
fix(chatwoot): invalidate the conversation cache if reopen_conversation is false and the conversation was resolved
2024-01-08 22:20:16 -03:00
Davidson Gomes
8cfd9c44ab
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
2024-01-07 19:11:07 -03:00
Davidson Gomes
3ddff84be0
test: docker with platform arm
2024-01-07 19:10:56 -03:00
Davidson Gomes
afb5361a1b
Merge pull request #342 from jaison-x/cache-chatwoot
...
perf(chatwoot): create cache for the most used/expensive functions in chatwoot
2024-01-04 17:05:39 -03:00
jaison-x
f376047632
perf(chatwoot): create cache for the most used/expensive functions in chatwoot
2024-01-03 18:42:54 -03:00
Davidson Gomes
7373eea842
feat: Added update message endpoint
2024-01-03 10:18:20 -03:00
Davidson Gomes
a446df4620
fix: Adjusts the quoted message, now has contextInfo in the message Raw
2024-01-02 14:04:54 -03:00
Davidson Gomes
306c6dd21d
fix: Adjusts the quoted message, now has contextInfo in the message Raw
2024-01-02 13:49:31 -03:00
Davidson Gomes
380ba8860c
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
2024-01-02 12:03:22 -03:00
Davidson Gomes
6c8c8ddcfc
version: baileys 6.5.0
2024-01-02 12:03:11 -03:00
Davidson Gomes
0c09c5e140
Merge pull request #338 from jaison-x/pr
...
fix(chatwoot): fix looping when deleting a message in chatwoot
2024-01-01 21:47:35 -03:00