mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-25 01:48:39 -06:00
logs
This commit is contained in:
parent
507ba86972
commit
58e1f68e20
@ -1368,7 +1368,7 @@ export class BaileysStartupService extends ChannelStartupService {
|
|||||||
if (this.localWebhook.enabled) {
|
if (this.localWebhook.enabled) {
|
||||||
console.log("2 - DEBUG MESSAGE RAW", {isMedia, webhookBase64: this.localWebhook.webhookBase64});
|
console.log("2 - DEBUG MESSAGE RAW", {isMedia, webhookBase64: this.localWebhook.webhookBase64});
|
||||||
if (isMedia && this.localWebhook.webhookBase64) {
|
if (isMedia && this.localWebhook.webhookBase64) {
|
||||||
console.log("1 - DEBUG MESSAGE RAW");
|
console.log("3 - DEBUG MESSAGE RAW");
|
||||||
try {
|
try {
|
||||||
console.dir({ key: received.key, message: received.message }, { depth: null });
|
console.dir({ key: received.key, message: received.message }, { depth: null });
|
||||||
const buffer = await downloadMediaMessage(
|
const buffer = await downloadMediaMessage(
|
||||||
|
Loading…
Reference in New Issue
Block a user