-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Develop #1309
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
Closed
Closed
Develop #1309
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
2fb6318
feat: updates api evolution for docker
joaosouz4dev 96821f5
Refactor BaileysStartupService updateMessage method
GrimBit1 4137984
Refactor message deletion in BaileysStartupService
GrimBit1 91e7a32
Refactor createJid method in BaileysStartupService
GrimBit1 8135994
Merge tag '2.2.3' into develop
DavidsonGomes 867e849
fix: added cache to identify duplicated messages on events
DavidsonGomes e51b6e9
fix: improve message deduplication and edited message handling in Bai…
DavidsonGomes e27db06
feat: Add support to get Catalogs and Collections with new routes: '{…
wayre 023e030
Merge pull request #1195 from GrimBit1/main
DavidsonGomes 56a8e09
chore: eslint applied
wayre b143363
Merge pull request #1201 from wayre/catalogProducts
DavidsonGomes 9a72b90
refactor: Make RabbitMQ prefix key optional in configuration
DavidsonGomes 0d1e7c0
feat: sendsticket notconvertsticket
joaosouz4dev 0c5d28b
Merge branch 'main' of https://github.com/EvolutionAPI/evolution-api
joaosouz4dev 95401cf
fix: rollback deploy_database.sh
joaosouz4dev 6c1355b
feat: Criado um novo grupo de rotas (business) para tratar dos catalo…
wayre 736ca5e
Fix case in table name
rafwell 5a50381
Fix table name
rafwell 8685f2f
Merge pull request #1214 from wayre/develop
DavidsonGomes 68c6ad4
Merge pull request #1211 from joaosouz4dev/main
DavidsonGomes 36df38d
Merge pull request #1215 from rafwell/main
DavidsonGomes d75c37e
feat: add message location support meta
tmsdesarrollo3 342dacc
Merge pull request #1217 from Desarrollo-TMS/feat-message-location
DavidsonGomes 1741a72
Fix audio send duplicate from chatwoot.
mbap-dev cc904cc
fix build
mbap-dev 8947726
update baileys to v6.7.16
mbap-dev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,7 @@ | ||
| .git | ||
| *Dockerfile* | ||
| *docker-compose* | ||
| package-lock.json | ||
| .env | ||
| node_modules | ||
| dist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,6 +2,8 @@ | |
| /dist | ||
| /node_modules | ||
|
|
||
| .cursor* | ||
|
|
||
| /Docker/.env | ||
|
|
||
| .vscode | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue (typo): Typo in Docker Image badge link.
The link text for the Docker Image badge contains a tab character ('\t'). It should be removed.