Skip to content

Commit 56aaf18

Browse files
committed
fix: adjusts in fetch instances
1 parent df841ae commit 56aaf18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/whatsapp/services/whatsapp.business.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ export class BusinessStartupService extends WAStartupService {
729729
key: { fromMe: true, id: messageSent?.messages[0]?.id, remoteJid: this.createJid(number) },
730730
//pushName: messageSent.pushName,
731731
message,
732-
messageType: content.type,
732+
messageType: this.renderMessageType(content.type),
733733
messageTimestamp: (messageSent?.messages[0]?.timestamp as number) || Math.round(new Date().getTime() / 1000),
734734
owner: this.instance.name,
735735
//ource: getDevice(messageSent.key.id),

0 commit comments

Comments
 (0)