Skip to content

Commit

Permalink
prefer ptvMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
clairton committed Sep 16, 2024
1 parent adb2d78 commit 96a1d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unoapi-cloud",
"version": "1.18.1",
"version": "1.18.2",
"description": "Unoapi Cloud",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/services/transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ const TYPE_MESSAGES_TO_PROCESS = [
'liveLocationMessage',
'listResponseMessage',
'conversation',
'ptvMessage',
'protocolMessage',
'senderKeyDistributionMessage',
'messageContextInfo',
'messageStubType',
'ptvMessage',
]

export const getMimetype = (payload: any) => {
Expand Down

0 comments on commit 96a1d3e

Please sign in to comment.