jaison-x
bfa7d429bd
refactor(chatwoot): remove message ids cache in chatwoot to use chatwoot's api itself.
...
Remove use of disc cache to optimize performance.
BREAKING CHANGE: to make this, we need to use the param `source_id` from message in chatwoot.
This param is only available from api in chatwoot version => 3.4.0.
2023-12-28 14:43:50 -03:00
jaison-x
8b5f73badd
fix: added support to use source_id to check chatwoot's webhook needs to be ignored.
...
With this, messageCache is used to support Chatwoot version <= 3.3.1.
After this version we can remove use of message cache and use only the source_id field to check chatwoot's webhook needs to be ignored. It's have much better performance.
2023-12-27 13:56:32 -03:00
jaison-x
82894a1c4f
refactor: change the message ids cache in chatwoot to use a in memory cache
...
Remove use of disc cache for optimize performance.
To make this, we need change to use only one instance of ChatwootService in entire application.
2023-12-25 22:29:03 -03:00
jaison-x
07e8449379
fix: when deleting a message in whatsapp, delete the message in chatwoot too
...
The message model schema was changed. Old format in message model was field chatwootMessageId. Now we have a document chatwoot with new properties.
I cant find a simple way to create a migration function up then the old field was no migrate to new format.
2023-12-20 17:53:37 -03:00
Davidson Gomes
d93a826e28
Merge pull request #309 from jaison-x/pr
...
fix: message can be undefined
2023-12-19 18:59:59 -03:00
jaison-x
244fe0835e
Update chatwoot.service.ts
...
fix: message can be undefined
2023-12-19 18:49:31 -03:00
Gabriel Pastori
a00ad20c08
chatwoot agent available_name
2023-12-19 16:41:52 -03:00
Gabriel Pastori
076f2b492e
fix: chatwoot media process
2023-12-18 21:23:56 -03:00
Gabriel Pastori
8d04198309
fix: monospace and bold
2023-12-17 13:24:43 -03:00
Gabriel Pastori
5aa89d85f3
fix: remove comments
2023-12-16 18:39:46 -03:00
Gabriel Pastori
4ed1edf53d
chatwoot_sign_delimiter
2023-12-16 17:23:39 -03:00
Gabriel Pastori
1be1326b52
Refactor message formatting in ChatwootService (Bold, italic, etc)
2023-12-16 15:58:01 -03:00
Davidson Gomes
20fb66e2f7
fix: correction sending s3/minio media to chatwoot and typebot
2023-12-14 11:50:05 -03:00
Davidson Gomes
ade3952016
fix: Fixed issue sending contact to Chatwoot via iOS
2023-12-12 16:28:01 -03:00
Davidson Gomes
f246516a6e
fix: fixed issue where CSAT opened a new ticket when reopen_conversation was disabled
2023-12-12 16:08:09 -03:00
Davidson Gomes
c296bf4178
fix: Fixed problem that did not generate qrcode with the chatwoot_conversation_pending option enabled
2023-12-12 15:46:10 -03:00
Davidson Gomes
ae66be197e
feat: added reply, delete and message reaction in chatwoot v3.3.1
2023-12-12 15:16:09 -03:00
Davidson Gomes
64c1440c46
fix: correction of chatwoot functioning with admin flows
2023-12-12 13:56:41 -03:00
Davidson Gomes
7a24f52782
feat: added auto_create to the chatwoot set to create the inbox automatically or not
2023-12-11 17:32:07 -03:00
Davidson Gomes
a90f0f2c59
Fixes in mongodb and chatwoot
2023-12-06 15:21:50 -03:00
raimartinsb
26d3ff97ce
fix messages not received: error handling when updating contact
2023-11-28 11:10:29 -03:00
Davidson Gomes
62c74deac3
fix: Solved problem with duplicate messages in chatwoot
2023-10-09 18:00:14 -03:00
Davidson Gomes
33acfe1464
chatwoot now receives messages sent via api and typebot
2023-10-02 17:59:54 -03:00
Davidson Gomes
a9c087c45f
correction of messages sent by the api and typebot not appearing in chatwoot
2023-10-02 16:10:04 -03:00
Davidson Gomes
707aa22a6d
Added support for messaging with ads on chatwoot
2023-09-17 13:48:27 -03:00
Davidson Gomes
def6576fb9
Merge branch 'develop' into ads-preview-1.5.1
2023-09-17 13:35:18 -03:00
AdsonCicilioti
cfdca38d59
add: fixed crop (cover) ads imge thumbnail with Jimp library
2023-09-13 00:04:02 -03:00
AdsonCicilioti
ccd90a69ee
add: initial support for preview and reference from messages with Ads metadata
2023-09-12 13:43:17 -03:00
AdsonCicilioti
c16f962d2b
chore: compreensive var name for conversation term
2023-09-12 13:39:40 -03:00
raimartinsb
c5d2d7782a
Merge branch 'develop' of https://github.com/EvolutionAPI/evolution-api into EvolutionAPI-develop
2023-09-11 08:08:18 -03:00
raimartinsb
72dae22ef4
Configuration to update source_id only when desired
2023-09-11 07:44:09 -03:00
raimartinsb
cb942e512d
improved message update
2023-09-06 13:28:42 -03:00
raimartinsb
bd0a479645
added source_id in media messages
2023-09-06 09:11:15 -03:00
Davidson Gomes
384e311c7a
fix: added delay in chatwoot receive webhook
2023-09-04 16:48:04 -03:00
Davidson Gomes
2791f88b4c
fix: added delay in chatwoot receive webhook
2023-09-04 16:13:43 -03:00
raimartinsb
7289c3d7f9
Add source_id and update message
2023-08-31 07:52:36 -03:00
Davidson Gomes
03637b2d4d
Added listening_from_me option in Set Typebot
2023-08-23 07:27:40 -03:00
Davidson Gomes
ed5e66e430
fix: Update view manager
2023-08-01 18:01:29 -03:00
Davidson Gomes
0dca009c01
fix: Adjustment in the saving of contacts, saving the information of the number and Jid
2023-07-31 13:42:37 -03:00
Davidson Gomes
1b39eb1a23
add: Added extra files for chatwoot and appsmith
2023-07-31 13:13:41 -03:00
Davidson Gomes
fe2b9774d8
fix: Solved problem when disconnecting from the instance the instance was deleted
2023-07-29 11:09:56 -03:00
Davidson Gomes
f95d938fb6
fix: Adjusts in return errors
2023-07-27 08:51:58 -03:00
Davidson Gomes
d3fce5fc89
fix: Fixed problem of getting message when deleting message in chatwoot
2023-07-27 08:45:02 -03:00
Davidson Gomes
1b93aac8c5
fix: When conversation reopens is pending when conversation pending is true
2023-07-26 17:33:31 -03:00
Davidson Gomes
85ca0683ed
fix: fixed bug of creating new inbox by chatwoot
2023-07-26 17:15:09 -03:00
Davidson Gomes
ba63a55883
Merge branch 'develop' into formatter
2023-07-26 12:43:37 -03:00
Alan Mosko
dc3d59bae1
wip
2023-07-26 11:12:00 -03:00
Alan Mosko
ddc75d710f
wip
2023-07-26 11:08:14 -03:00
Alan Mosko
5482601b41
Squashed commit of the following:
...
commit fb6e58b3c4
Merge: 1d3d557 67e9845
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Wed Jul 26 09:39:37 2023 -0300
Merge branch 'release/1.4.5'
commit 67e98456bb
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Wed Jul 26 09:39:27 2023 -0300
fix: Fix mids going duplicated in chatwoot
commit 3e47420534
Merge: 3f41974 1d3d557
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Wed Jul 26 09:38:44 2023 -0300
Merge tag '1.4.5' into develop
* Fixed problems in localization template in chatwoot
* Fix mids going duplicated in chatwoot
commit 1d3d557c43
Merge: 6b926dc 3f41974
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Wed Jul 26 09:38:36 2023 -0300
Merge branch 'release/1.4.5'
commit 3f41974a75
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Wed Jul 26 09:38:22 2023 -0300
fix: Fix mids going duplicated in chatwoot
commit 3e3c7397a5
Merge: de0c9a1 dcb5170
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Wed Jul 26 09:36:10 2023 -0300
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
commit dcb51702e7
Merge: 4769d75 dd0c1e2
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Wed Jul 26 09:36:01 2023 -0300
Merge pull request #30 from codephix/patch-1
Update whatsapp.service.ts
commit de0c9a1eff
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Wed Jul 26 09:34:10 2023 -0300
fix: fixed problems in localization template
commit dd0c1e20a7
Author: CodePhix <contato@codephix.com>
Date: Tue Jul 25 19:59:42 2023 -0300
Update whatsapp.service.ts
commit 4769d75dc3
Merge: ecae077 6b926dc
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 16:20:04 2023 -0300
Merge tag '1.4.4' into develop
* Fixed chatwoot line wrap issue
* Solved receive location in chatwoot
* When requesting the pairing code, it also brings the qr code
* Option reopen_conversation in chatwoot endpoint
* Option conversation_pending in chatwoot endpoint
commit 6b926dc697
Merge: 2b6dbfd ecae077
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 16:19:54 2023 -0300
Merge branch 'release/1.4.4'
commit ecae077c6d
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 16:16:49 2023 -0300
fix: Option conversation_pending in chatwoot endpoint
commit 78ab1bed35
Merge: 6bb1abd 2b6dbfd
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 15:31:16 2023 -0300
Merge tag '1.4.4' into develop
* Fixed chatwoot line wrap issue
* Solved receive location in chatwoot
* When requesting the pairing code, it also brings the qr code
* Option reopen_conversation in chatwoot endpoint
* Option conversation_pending in chatwoot endpoint
commit 2b6dbfde6b
Merge: 82b1567 6bb1abd
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 15:31:06 2023 -0300
Merge branch 'release/1.4.4'
commit 6bb1abd7f0
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 15:29:42 2023 -0300
fix: Option conversation_pending in chatwoot endpoint
commit aef92240cc
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 15:20:21 2023 -0300
fix: Option conversation_pending in chatwoot endpoint
commit f0d8c2d095
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 13:19:15 2023 -0300
fix: Solved receive location in chatwoot
commit 14529f2c35
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 12:47:35 2023 -0300
fix: When requesting the pairing code, it also brings the qr code
commit 89f40d54d9
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 12:41:54 2023 -0300
fix: Solved receive location in chatwoot
commit 4c006970a2
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 11:52:26 2023 -0300
fix: Fixed chatwoot line wrap issue
commit de676041df
Merge: 1cd7291 82b1567
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 10:51:53 2023 -0300
Merge tag '1.4.3' into develop
* Adjusts in settings with options always_online, read_messages and read_status
* Fixed send webhook for event CALL
* Create instance with settings
commit 82b1567ae5
Merge: f95f312 1cd7291
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 10:51:42 2023 -0300
Merge branch 'release/1.4.3'
commit 1cd7291068
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 10:51:28 2023 -0300
version: 1.4.3
commit fdee1df5b3
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 10:42:45 2023 -0300
fix: Create instance with settings
commit c314d00ccd
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 10:42:34 2023 -0300
fix: Create instance with settings
commit 62e2a8a6e3
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 10:23:18 2023 -0300
fix: Fixed send webhook for event CALL
commit a12231a0aa
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Tue Jul 25 09:57:28 2023 -0300
fix: Adjusts in settings with options always_online, read_messages and read_status
commit 183efd427a
Merge: 4d9ca4b f95f312
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:52:58 2023 -0300
Merge tag '1.4.2' into develop
* Fixed validation is set settings
* Adjusts in group validations
* Ajusts in sticker message to chatwoot
commit f95f3126c3
Merge: cc91f2e 4d9ca4b
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:52:46 2023 -0300
Merge branch 'release/1.4.2'
commit 4d9ca4b451
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:52:34 2023 -0300
version: 1.4.2
commit c76334a68a
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:32:29 2023 -0300
fix: Ajusts in sticker message to chatwoot
commit f475391ba6
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:32:15 2023 -0300
fix: Ajusts in sticker message to chatwoot
commit b77f22790b
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:13:18 2023 -0300
fix: Fixed validation is set settings
commit 757a578c6e
Merge: c582476 f8e1892
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:12:51 2023 -0300
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
commit c5824767c8
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:11:49 2023 -0300
fix: Fixed validation is set settings
commit 84f3f07279
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:11:15 2023 -0300
fix: Fixed validation is set settings
commit f8e1892eee
Merge: 036a8ed 58ed6f3
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:08:24 2023 -0300
fix: group validation
Group validation
commit 036a8edca0
Merge: 3d8e6f4 ef4be6a
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 20:07:05 2023 -0300
fix: Promote All Participants in Create Group
Promote All Participants in Create Group
commit 58ed6f395f
Author: Alan Mosko <moskoweb@gmail.com>
Date: Mon Jul 24 19:59:09 2023 -0300
Validação de Grupo
commit ef4be6a612
Author: Alan Mosko <moskoweb@gmail.com>
Date: Mon Jul 24 19:53:03 2023 -0300
Start
commit 3d8e6f4394
Merge: 8b6e577 0cc1f18
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 19:08:39 2023 -0300
fix: Fixed mentions
Fixed mentions
commit 0cc1f18a7e
Author: Alan Mosko <moskoweb@gmail.com>
Date: Mon Jul 24 19:05:32 2023 -0300
[BUG] Correção de mencionar
Caso seja enviado everyOne como false sem passar nada no mentioned
commit 8b6e577b8f
Merge: f9abd90 cc91f2e
Author: Davidson Gomes <davidsongviolao@gmail.com>
Date: Mon Jul 24 18:28:57 2023 -0300
Merge tag '1.4.1' into develop
* Fixed reconnect with pairing code or qrcode
* Fixed problem in createJid
2023-07-26 10:59:15 -03:00
Alan Mosko
249aecbc0d
wip
2023-07-26 10:58:13 -03:00