mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-24 17:38:40 -06:00
fix: adjusts in fetch instances
This commit is contained in:
parent
df841aed27
commit
56aaf18663
@ -729,7 +729,7 @@ export class BusinessStartupService extends WAStartupService {
|
|||||||
key: { fromMe: true, id: messageSent?.messages[0]?.id, remoteJid: this.createJid(number) },
|
key: { fromMe: true, id: messageSent?.messages[0]?.id, remoteJid: this.createJid(number) },
|
||||||
//pushName: messageSent.pushName,
|
//pushName: messageSent.pushName,
|
||||||
message,
|
message,
|
||||||
messageType: content.type,
|
messageType: this.renderMessageType(content.type),
|
||||||
messageTimestamp: (messageSent?.messages[0]?.timestamp as number) || Math.round(new Date().getTime() / 1000),
|
messageTimestamp: (messageSent?.messages[0]?.timestamp as number) || Math.round(new Date().getTime() / 1000),
|
||||||
owner: this.instance.name,
|
owner: this.instance.name,
|
||||||
//ource: getDevice(messageSent.key.id),
|
//ource: getDevice(messageSent.key.id),
|
||||||
|
Loading…
Reference in New Issue
Block a user