mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-18 13:06:32 -06:00
fix: Adjusts the quoted message, now has contextInfo in the message Raw
This commit is contained in:
parent
306c6dd21d
commit
a446df4620
@ -2489,10 +2489,13 @@ export class WAStartupService {
|
||||
);
|
||||
})();
|
||||
|
||||
const contentMsg = messageSent.message[getContentType(messageSent.message)] as any;
|
||||
|
||||
const messageRaw: MessageRaw = {
|
||||
key: messageSent.key,
|
||||
pushName: messageSent.pushName,
|
||||
message: { ...messageSent.message },
|
||||
contextInfo: contentMsg?.contextInfo,
|
||||
messageType: getContentType(messageSent.message),
|
||||
messageTimestamp: messageSent.messageTimestamp as number,
|
||||
owner: this.instance.name,
|
||||
|
Loading…
Reference in New Issue
Block a user